谷歌播放apk扩展下载程序库导致错误

时间:2014-06-23 08:15:24

标签: java android eclipse importerror apk-expansion-files

我最近在我的工作区导入了项目(我没有复制它),并且有12个错误。 这个应用程序构建目标是android 2.3.3。 (minSdkVersion为“9”,maxSdkVersion为“14”) 问题是我不知道这些问题。 此应用程序在谷歌Playstore中,我想要做的只是编辑一些代码但是 我甚至无法建立这个项目。我不知道原因。我不是这方面的专家所以请给我一个帮助。 我该如何解决这个问题?

问题 12个错误,25个警告,0个其他

错误(12项)

error:Error:String types not allowed(at 'configChanges'with value 'orientation|keyboardHidden|screenSize').
error:Error:String types not allowed(at 'configChanges'with value 'orientation|keyboardHidden|screenSize').
NETWORK_TYPE_EHRPD cannot be resolved or is not a field
NETWORK_TYPE_HSPAP cannot be resolved or is not a field
NETWORK_TYPE_LTE cannot be resolved or is not a field
Notification.Builder cannot be resolved to a type
Notification.Builder cannot be resolved to a type
The container 'Android Dependencies' references non existing library'/Users/Downloads/Folder/downloader_library/bin/downloader_library.jar'
The project cannot be built build path errors are resolved
TYPE_BLUETOOTH cannot be resolved or is not a field
Type_ETHERNET cannot be resolved or is not a field

2 个答案:

答案 0 :(得分:0)

找不到图书馆:

The container 'Android Dependencies' references non existing library'/Users/Downloads/Folder/downloader_library/bin/downloader_library.jar'

确保路径正确。

答案 1 :(得分:0)

无论您导入了哪个项目,但是在其中,您缺少一个附加该项目的外部库,因此您必须首先包含它,因为您的错误的原因是,使用该外部库的某些类在你的项目中,我认为这是唯一的原因。你是否添加了该库?