Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

大的bug:点击视频,app crash,并且无限重启 #28

Closed
blank-space opened this issue Apr 15, 2017 · 5 comments
Closed

大的bug:点击视频,app crash,并且无限重启 #28

blank-space opened this issue Apr 15, 2017 · 5 comments

Comments

@blank-space
Copy link

机型 :OnePlus 3T

@blank-space
Copy link
Author

04-15 08:03:56.160 5340-5340/com.dl7.mvp W/System.err: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.dl7.mvp-1/base.apk"],nativeLibraryDirectories=[/data/app/com.dl7.mvp-1/lib/arm64, /data/app/com.dl7.mvp-1/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]] couldn't find "libijkffmpeg.so"

@Rukey7
Copy link
Owner

Rukey7 commented Apr 16, 2017

#6

@blank-space
Copy link
Author

那无限重启的代码,你也有必要处理一下

@Rukey7
Copy link
Owner

Rukey7 commented Apr 17, 2017

异常的时候才会重启吧,我最近加了这个,你可以看下 CrashHandler 这个类

@920651004
Copy link

重启那个这样解决在buildgradle中的defaultConfig中添加 ndk {
abiFilters "armeabi", "armeabi-v7a", "x86", "mips"
}并在gradle.properties中添加android.useDeprecatedNdk=true就可以了

@Rukey7 Rukey7 closed this as completed May 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants