I’m testing on several devices at the moment, and ...
# android
k
I’m testing on several devices at the moment, and so far 10'ish devices work fine, but on a Samsung device running 4.1.2, when installing from Android Studio i get a “java.lang.UnsatisfiedLinkError” on app start. It has this line in the stacktrace: ” at com.android.tools.profiler.support.ProfilerService.<clinit>(ProfilerService.java:41)” This made me think AS might be the cause, so i assembled the app from terminal, and installed it manually via ADB, and then it works completely fine. So AS is the cause of this issue. Has anyone encountered this before, and if so, any way to fix it?
stackoverflow 4
j
Run/Debug Configurations->Android App->Profiling and unchecking Enable advanced profiling worked for me. Weirdly the profiler itself complained that advanced profiling wasn't enabled even though it was.