Android Question How to prevent a Tablet from crashing in Debug Mode

Tjitte Dijkstra

Member
Licensed User
Longtime User
Working on my 40SQUARE app (already in the App Store) I tried to enhance the possibilities and I added some pictures as well. At present the .apk file is some 12 Mb. Working in the Debug mode the tablet crashes very often, and never in the Release Mode. Is there something that I am not aware of? My laptop has 4 Gb of memory and the SSD some 40 Gb free space. I am working in Win 10.
My Tablet is a Samsung with 6 Gb free.
Can anybody give me an advice?
 

Tjitte Dijkstra

Member
Licensed User
Longtime User
There was nothing special, execpt this:
Add the following to the Manifest Editor
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")
I did so and for the moment the problem is gone, but sense does this make?
 
Upvote 0
Top