Android开发人员培训示例代码"检索当前位置"

时间:2014-04-04 12:13:31

标签: java android api location

我正在关注此链接的培训教程:http://developer.android.com/training/location/retrieve-current.html。它在运行时给出了一些例外,以下是几个初始的日志跟踪行:

04-04 13:58:41.798:E / AndroidRuntime(16206):java.lang.RuntimeException:无法实例化活动ComponentInfo {com.example.android.location / com.example.android.location.MainActivity}: java.lang.ClassNotFoundException:没找到类" com.example.android.location.MainActivity" on path:DexPathList [[zip file" /data/app/com.example.android.location-1.apk"],nativeLibraryDirectories = [/ data / app-lib / com.example.android.location -1,/ vendor / lib,/ system / lib]]。

此外,我在此示例代码上使用了lint工具。它给出了这个错误:在项目或库中找不到清单中引用的类com.example.android.location.ReceiveUpdatesIntentService。

请建议。

0 个答案:

没有答案