Android Question HELP [targetSdkVersion = "19" to "26"]

Hugo de Paiva Nunes

Member
Licensed User
Hello, I have a problem. I am changing in the manifest to the following: <uses-sdk android: minSdkVersion = "5" android: targetSdkVersion = "26" /> before was: <uses-sdk android: minSdkVersion = "5" android: targetSdkVersion = "19" /> I'm also changing the way to: C: \ Android \ sdk \ platforms \ android-26 \ android.jar however, when apk is installed, the application opens and stops by closing the application. I was able to use it normally with the API 19, but I have to update. I wonder why?
 

ronell

Well-Known Member
Licensed User
Longtime User
apk compiles and runs non-emulator, but in mobile crashes. When I use targetSdkVersion = "19" it works
yes . we know that already
there is alot of issues related to changing targetsdk = 26 so you need to post the error logs so that we can help you resolve the problem
 
Last edited:
Upvote 0
Top