I have a problem when I open the app it automatically exitsI was using nulled jungle script
Which versionI have a problem when I open the app it automatically exits
until latest dolphin version its compatible.. but in 220a developer use new ndk version,u can install it at android studiowhat Android Studio Version compatible with this V2.2.0a?
I have a problem when I open the app it automatically exitsuntil latest dolphin version its compatible.. but in 220a developer use new ndk version,u can install it at android studio
probably u didn't set /compile correctly..2.2.0a , 2.1.5, 1.6.0 I tried everything
Have you tried it and it worked for you؟probably u didn't set /compile correctly..
- package name (find&replace with ur packagename)
- replace google service json
- set app_config.cpp
- disable ads first to check everything its ok -> run debug will show error ndk no exist
- install required NDK version on 220a
- invalidate chages restart (tick both of them)
- run debug again to check
- rebuild & compile..
yes.. works ... sometime need little modification causes by bugly codeHave you tried it and it worked for you؟
Add your site name with https and ending with / in app2.2.0a , 2.1.5, 1.6.0 I tried everything
Bro have you tried this? what is the apk size after applying this?thx for sharing, to reduce apk size in build.gradle (module Dooo app) :
Code:buildTypes { release { minifyEnabled true shrinkResources true crunchPngs true debuggable false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } bundle { storeArchive { enable = false } }
full devicesBro have you tried this? what is the apk size after applying this?
The app only works in debug mode when you export the apk and when you open it, it exits automaticallyfull devices
for 215b apk 34mb
for 220a apk 53mb
want to reduce more, just set builld.gradle to mobile devices only.. remove x86 & x64
we can't answer since there is no error logs.. can you post here the error logs?...The app only works in debug mode when you export the apk and when you open it, it exits automatically
There is no error log, everything is working properly. Should I create a key?we can't answer since there is no error logs.. can you post here the error logs?...