在导入项目时,我在eclipse中遇到以下错误。
请在这个问题上帮助我;我如何解决它?
[2014-03-07 16:37:39 - Dex Loader] SecurityException: Unable to find field for dex.jar
[2014-03-07 16:38:17 - FSTPSplashActivity] Unable to resolve target 'android-17'
[2014-03-07 16:38:18 - RuleEng] Unable to resolve target 'android-17'
[2014-03-07 16:38:19 - FSTPSplashActivity] Unable to resolve target 'android-17'
[2014-03-07 16:38:19 - FSTPSplashActivity] Unable to resolve target 'android-17'
[2014-03-07 16:38:19 - FSTPSplashActivity] Unable to resolve target 'android-发布于 2014-03-07 19:19:21
您的SDK中必须安装有Google API level 17 Android 4.2.2(API17)。

确保您正在尝试使用Google API Emulator运行您的项目,并且您的项目API也具有Google API版本的API级别。
https://stackoverflow.com/questions/22248579
复制相似问题