Advertisement
Guest User

Untitled

a guest
Jun 15th, 2015
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. Installing net.voxelplanet.lorforandroid
  2. DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/net.voxelplanet.lorforandroid"
  3. pkg: /data/local/tmp/net.voxelplanet.lorforandroid
  4. Success
  5.  
  6.  
  7. Launching application: net.voxelplanet.lorforandroid/net.voxelplanet.lorforandroid.ui.MainActivity.
  8. DEVICE SHELL COMMAND: am start -n "net.voxelplanet.lorforandroid/net.voxelplanet.lorforandroid.ui.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
  9. 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)
  10. at android.os.SystemProperties.native_get(Native Method)
  11. at android.os.SystemProperties.get(SystemProperties.java:64)
  12. at android.os.Environment.<clinit>(Environment.java:918)
  13. at android.os.Environment.getLegacyExternalStorageDirectory(Environment.java:419)
  14. at android.os.Debug.<clinit>(Debug.java:96)
  15. at android.ddm.DdmHandleHello.handleHELO(DdmHandleHello.java:164)
  16. at android.ddm.DdmHandleHello.handleChunk(DdmHandleHello.java:91)
  17. at org.apache.harmony.dalvik.ddmc.DdmServer.dispatch(DdmServer.java:171)
  18. java.lang.UnsatisfiedLinkError: android.os.Debug
  19. at android.ddm.DdmHandleHello.handleFEAT(DdmHandleHello.java:176)
  20. at android.ddm.DdmHandleHello.handleChunk(DdmHandleHello.java:93)
  21. at org.apache.harmony.dalvik.ddmc.DdmServer.dispatch(DdmServer.java:171)
  22. java.lang.UnsatisfiedLinkError: android.os.Debug
  23. at android.ddm.DdmHandleProfiling.handleMPRQ(DdmHandleProfiling.java:187)
  24. at android.ddm.DdmHandleProfiling.handleChunk(DdmHandleProfiling.java:88)
  25. at org.apache.harmony.dalvik.ddmc.DdmServer.dispatch(DdmServer.java:171)
  26. Aborted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement