AndroidAdvanceWithGeektime/Chapter01

couldn't find "libbreakpad-core.so"

Closed this issue · 2 comments

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.dodola.breakpad-jCDdH1ua8M1bzPaGxwn39w==/base.apk"],nativeLibraryDirectories=[/data/app/com.dodola.breakpad-jCDdH1ua8M1bzPaGxwn39w==/lib/arm, /data/app/com.dodola.breakpad-jCDdH1ua8M1bzPaGxwn39w==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]] couldn't find "libbreakpad-core.so"

需要编译成apk.
android studio Build --> Build Bundles/Apks
编译后再安装,然后点击crash 就会有了

需要编译成apk.
android studio Build --> Build Bundles/Apks
编译后再安装,然后点击crash 就会有了

可以了谢谢