I have a weird thing- my app works on the emulator, but when I export the APK and download it on my nexus,
all it shows is a black screen…
Tried uploading it to different sources but still nothing.
I’m using director class (maybe that’s the problem?
I have a weird thing- my app works on the emulator, but when I export the APK and download it on my nexus,
all it shows is a black screen…
Tried uploading it to different sources but still nothing.
I’m using director class (maybe that’s the problem?
You need to get a logcat of whats happening when you run the app. This should tell you whats wrong. You can get away with a lot of things using the simulator that will cause errors on an actual device.
If I had to take a guess, I’d say it’s possibly due to the spelling of an image/sound/font name.
The devices are less forgiving than the simulator when it comes to things like upper/lower case mistakes.
Also if you are using a custom font, I believe that Android uses the file name, whereas iOS uses the font name.
That’s how I’ve usually solved my “no obvious error black screen”.
You need to get a logcat of whats happening when you run the app. This should tell you whats wrong. You can get away with a lot of things using the simulator that will cause errors on an actual device.
If I had to take a guess, I’d say it’s possibly due to the spelling of an image/sound/font name.
The devices are less forgiving than the simulator when it comes to things like upper/lower case mistakes.
Also if you are using a custom font, I believe that Android uses the file name, whereas iOS uses the font name.
That’s how I’ve usually solved my “no obvious error black screen”.