0
I have a project that compiles in the version compileSdkVersion 28
, and put the minimum minSdkVersion 18
, I use the mobile to test the app and works perfect mine is android 8.0 and I’m trying to test on a mobile with android 4.3.
It installs but when opening says: app stopped, what would that?
which error code?
– Murillo Comino
Look at the logCat no error, just informs that app stopped. this msg appears both installing the apk and with the phone connected to the USB.
– Ari Melo
I created a new project to test with android 4.3 and worked, I do not know what this.
– Ari Melo
Hi guys, I was able to solve this problem.
ImageView
then delete and insert again.– Ari Melo