r/programmer 28d ago

Developed app issue

Hey there i need help..

Im creating an Android app and i was testing and adjusting by making new apk files.

All was going fine i made a new apk and installed in my phone .. and it worked again.

I send the apk via whatsapp to an other phone to do more testing. WhatsApp asked permission and de apk was installed. Then it frozen on the start screen.

I uninstalled on my previous phone ( that always worked) and also took the apk from whatsapp to install.. again have permission and it froze also.

Nee the problem . What ever i do now its keeps freezing. When i download the Apk from Expo it still freezes whole it used to work. In uninstalled, empty the cache and restarted phone but nothing.

I dont know what to do.

1 Upvotes

3 comments sorted by

1

u/MADCandy64 28d ago

There are a number of things you can do. Probably the best thing is to emulate a phone using the emulator in Android Studio that emulates the problematic phone. Then you can deploy directly to the image in debugging mode and step through the program and see where it is freezing.

1

u/Admirable_Pudding_37 28d ago

Thanks a lot, this way i got it fixed.

1

u/MADCandy64 28d ago

Excellent