Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/186.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 安装错误:尝试运行BasichereMapSolution时,安装\u失败\u缺少\u共享\u库_Android_Here Api_Nokiax - Fatal编程技术网

Android 安装错误:尝试运行BasichereMapSolution时,安装\u失败\u缺少\u共享\u库

Android 安装错误:尝试运行BasichereMapSolution时,安装\u失败\u缺少\u共享\u库,android,here-api,nokiax,Android,Here Api,Nokiax,所以我尝试在eclipse中运行BasicherEmapSolution代码示例。我已经将com.here.android.sdk.jar添加到Java构建路径中的库中。我也已经将模拟器设备设置为nokia X。但我没有工作,而是在控制台中收到这样的消息 [2014-04-11 13:25:05 - BasicHereMapSolution] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2014-04-11 13:25:0

所以我尝试在eclipse中运行BasicherEmapSolution代码示例。我已经将com.here.android.sdk.jar添加到Java构建路径中的库中。我也已经将模拟器设备设置为nokia X。但我没有工作,而是在控制台中收到这样的消息

[2014-04-11 13:25:05 - BasicHereMapSolution] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
[2014-04-11 13:25:05 - BasicHereMapSolution] Please check logcat output for more details.
[2014-04-11 13:25:05 - BasicHereMapSolution] Launch canceled!
[2014-04-11 13:25:14 - Emulator] Error accepting connection, aborting

可能有什么问题??请提供帮助。

确保您的AVD:s构建目标是诺基亚X。它应该可以解决该问题。

检查:尽管该链接没有给出确切的解决方案,但它让我知道了为什么它不起作用。因此,我必须将AVD中的目标设备切换到诺基亚X。感谢您的帮助!