0

Trying to run my app I get this error:

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)''

It's an LANIX Ilium LT500 phone with Android 5.1 (API level 22). My app's min SDK level is 19.

I'm on Android Studio 3.5.2. There is an old question with a similar problem, but none of the answer provide a solution.

I've never had this problem with other phones. Is this a bug in the phone? Is there anything I can do about it?

Molly
  • 1,887
  • 3
  • 17
  • 34
user1785730
  • 3,150
  • 4
  • 27
  • 50

0 Answers0