错误:包com.google.maps.android.kml不存在

时间:2017-02-03 11:18:49

标签: java android google-maps android-studio kml

你好我正在使用android studio,我看到enter image description here

有一个新错误

我在Gradle中使用了它的包:

dependencies {

    //compile fileTree(dir: 'libs', include: ['*.jar'])
    compile 'com.android.support:appcompat-v7:23.4.0'
    compile 'com.pnikosis:materialish-progress:1.7'
    compile 'com.michaelpardo:activeandroid:3.1.0-SNAPSHOT'
    compile 'com.google.maps.android:android-maps-utils:0.4+'
    compile 'com.google.android.gms:play-services:6.5.87'
    compile 'de.hdodenhof:circleimageview:2.0.0'
    compile 'uk.co.chrisjenx:calligraphy:2.1.0'
    compile 'com.astuetz:pagerslidingtabstrip:1.0.1'
    compile 'org.java-websocket:java-websocket:1.3.1'
    compile 'com.google.code.gson:gson:2.4'
    compile 'com.sothree.slidinguppanel:library:3.2.0'
    compile 'com.balysv.materialmenu:material-menu:1.5.4'
    compile files('libs/signalr-client-sdk-1.4.jar')
    compile(name: 'signalr-client-sdk-android-release-1.4', ext: 'aar')
    compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
    compile 'com.viewpagerindicator:viewpagerindicator:2.4.3'
}

并且我已经尝试了所有人们说丢失包裹的方式

我试过"文件 - >无效缓存/...."

尝试更新sdk

尝试清理和重建

尝试删除所有" iml"文件和删除.idea文件夹

尝试重新排序依赖项

尝试使用"在飞行中优化导入"和"在飞行中添加明确的导入"

他们都没有工作

我需要帮助

修改1:

并且顺便说一下这个错误最近出现了。它很好,工作到2天前。突然出现了这个错误

大约2天前。

1 个答案:

答案 0 :(得分:3)

尝试将导入更改为:

import com.google.maps.android.data.kml.KmlLayer;

{0}版本在v0.5版本中移动了。{/ p>

我还建议删除KmlLayer语句中的+,因此它应该如下所示:

compile