Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/227.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 未知故障:java.lang.UnsatisfiedLinkError:未找到java.lang.String的实现_Android_Unsatisfiedlinkerror_Android 5.1.1 Lollipop - Fatal编程技术网

Android 未知故障:java.lang.UnsatisfiedLinkError:未找到java.lang.String的实现

Android 未知故障:java.lang.UnsatisfiedLinkError:未找到java.lang.String的实现,android,unsatisfiedlinkerror,android-5.1.1-lollipop,Android,Unsatisfiedlinkerror,Android 5.1.1 Lollipop,尝试运行我的应用程序时,出现以下错误: Launching 'app' on LANIX Ilium LT500. Installation did not succeed. The application could not be installed. Installation failed due to: ''pm install-create -r -t -S 3993880' returns error 'Unknown failure: java.lang.UnsatisfiedLin

尝试运行我的应用程序时,出现以下错误:

Launching 'app' on LANIX Ilium LT500.
Installation did not succeed.
The application could not be installed.
Installation failed due to: ''pm install-create -r -t -S 3993880' returns error 'Unknown failure: java.lang.UnsatisfiedLinkError: No implementation found for java.lang.String android.os.SystemProperties.native_get(java.lang.String, java.lang.String) (tried Java_android_os_SystemProperties_native_1get and Java_android_os_SystemProperties_native_1get__Ljava_lang_String_2Ljava_lang_String_2)
at android.os.SystemProperties.native_get(Native Method)
at android.os.SystemProperties.get(SystemProperties.java:64)
at android.os.Environment.<clinit>(Environment.java:80)
at android.os.Environment.getLegacyExternalStorageDirectory(Environment.java:461)
at android.os.Debug.<clinit>(Debug.java:96)
at android.ddm.DdmHandleHello.handleHELO(DdmHandleHello.java:164)
at android.ddm.DdmHandleHello.handleChunk(DdmHandleHello.java:91)
at org.apache.harmony.dalvik.ddmc.DdmServer.dispatch(DdmServer.java:171)
java.lang.UnsatisfiedLinkError: android.os.Debug
at android.ddm.DdmHandleHello.handleFEAT(DdmHandleHello.java:176)
at android.ddm.DdmHandleHello.handleChunk(DdmHandleHello.java:93)
at org.apache.harmony.dalvik.ddmc.DdmServer.dispatch(DdmServer.java:171)
java.lang.UnsatisfiedLinkError: android.os.Debug
at android.ddm.DdmHandleProfiling.handleMPRQ(DdmHandleProfiling.java:187)
at android.ddm.DdmHandleProfiling.handleChunk(DdmHandleProfiling.java:88)
at org.apache.harmony.dalvik.ddmc.DdmServer.dispatch(DdmServer.java:171)''
在LANIX Ilium LT500上启动“应用程序”。
安装没有成功。
无法安装该应用程序。
安装失败,原因是:“”pm install create-r-t-S 3993880“返回错误”未知故障:java.lang.UnsatifiedLinkError:未找到java.lang.String android.os.SystemProperties.native_get(java.lang.String,java.lang.String)的实现(试过Java_android_os_SystemProperties_native_1get和Java_android_os_SystemProperties_native_1get_Ljava_lang_String_2Ljava_lang_String_2)
在android.os.SystemProperties.native\u get(native方法)上
位于android.os.SystemProperties.get(SystemProperties.java:64)
在android.os.Environment.(Environment.java:80)
位于android.os.Environment.getLegacyExternalStorageDirectory(Environment.java:461)
在android.os.Debug.(Debug.java:96)
在android.ddm.ddmhandlehlello.handlehlello(ddmhandlehlello.java:164)
在android.ddm.DdmHandleHello.handleChunk(DdmHandleHello.java:91)
位于org.apache.harmony.dalvik.ddmc.DdmServer.dispatch(DdmServer.java:171)
java.lang.UnsatisfiedLinkError:android.os.Debug
位于android.ddm.DdmHandleHello.handleFEAT(DdmHandleHello.java:176)
在android.ddm.DdmHandleHello.handleChunk(DdmHandleHello.java:93)
位于org.apache.harmony.dalvik.ddmc.DdmServer.dispatch(DdmServer.java:171)
java.lang.UnsatisfiedLinkError:android.os.Debug
位于android.ddm.DdmHandleProfiling.handleMPRQ(DdmHandleProfiling.java:187)
位于android.ddm.DdmHandleProfiling.handleChunk(DdmHandleProfiling.java:88)
位于org.apache.harmony.dalvik.ddmc.DdmServer.dispatch(DdmServer.java:171)'
这是一款搭载安卓5.1(API级别22)的LANIX Ilium LT500手机。我的应用程序的最小SDK级别为19

我在安卓Studio 3.5.2上。有一个老版本也有类似的问题,但没有一个答案能提供解决方案

我从来没有在其他手机上遇到过这种问题。
这是手机中的一个bug吗?我能做些什么吗?

您是否尝试过以下答案:不再有“即时运行”了。它被“应用更改”所取代,这在Android 5.1中不可用。