-
Notifications
You must be signed in to change notification settings - Fork 16
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
Crashing on Android 7.1.1_r4 #3
Comments
I'm getting this exact same problem on Android 7.0, latest stock ROM on a Nvidia Shield tablet. I used adb logcat to get more info, and I'm seeing NetworkOnMainThreadException being thrown. I think this might be why: https://developer.android.com/about/versions/nougat/android-7.0-changes.html#other
A quick fix would be to just disable this strict mode. I think this code would do it(?) |
@aetha just tried that with my fork of the project, and it works on android 7.0+ now. (There are some other issues that I'm working on still, but at least it doesn't crash) |
@Cheerfultrout download? |
Someone can share the apk that works in android 7? |
@TheArcaneBrony @WinterJava Please learn to build from git clones instead of relying on releases. It will help you a lot here on GitHub |
what program i should use? i need the apk |
I used Android Studio for the whole process, from cloning the repo, patching, and building the apk, see if you can get it to work in there? Should be various turorials online for how to. |
Hi,
I have a Nexus 5X. It is currently running the Pure Nexus AOSP custom ROM, based on Android 7.1.1. I'm able to connect it to a PC, but if I interact with the app after touching, the app will crash. I'm willing to provide logs if needed and possible.
Device: bullhead
ROM: Pure Nexus, December build, rooted
Side version: Slide Free 2.52
The text was updated successfully, but these errors were encountered: