Android Question Cannot run on device

JakeBullet70

Well-Known Member
Licensed User
Longtime User
I just got a new device and I am trying to install but the app fails to run.
In looking in the logs with filter turned off all I can see is:

LogCat connected to: B4A-Bridge: Fly Flylife Connect 7 3G-860332023653286
--------- beginning of /dev/log/main
error opening trace file: No such file or directory (2)
load_library(linker.cpp:759): library "libmaliinstr.so" not found
mWifiServiceMessenger == null

Any ideas?
 

JakeBullet70

Well-Known Member
Licensed User
Longtime User
Here is what I did to fix:

  • Open the Settings menu
  • Go down to the "System" sub-section of the settings menu at the bottom
  • Hit "About Phone [or Tablet]"
  • At or near the bottom, you should see the "Build number" header
  • Tap this area about 10 times, and the Developer Options menu should appear

Then turned on USB debugging and all is good. :)
 
Upvote 0
Top