- Home /
The question is answered, right answer was accepted
Android apk build can install but won't start
I was creating an Android app with Unity 2D engine. The apk file was put into an Android phone and installed properly. However when starting the app, it just stuck on a black screen, even "Powered by Unity" did not show up.
I am sure that all the scenes were chosen and the installation process did not pop any error. I think it was some sorts of setting problems.... ?
I'm sorry, but I do no understand what adb logcat is?
Answer by pako · Feb 23, 2015 at 09:29 PM
If you are not using the latest version of Unity, and the Android version of your phone is old, this can happen. Fix: upgrade Unity.
pako thanks a lot! I updated Unity and everything all worked well.
That's good to hear!
Please note that it's considered good practice in this forum to accept an answer that has helped you (click the check-mark icon below the down-vote icon). It's also good practice to up-vote the answers and comments that you have found are especially useful.
Answer by abi-kr01 · Feb 24, 2015 at 02:23 PM
you can use logcat
Hi Today I update my unity to 2018.1.4f1 then I try to build an andriod game I was built that game before this time and everything worked correctly but now when I open the game in my device (Huawei Honor 6X) just black screen shows up. the logcat result: 10-16 17:20:08.999 16690 16690 W Unity : UnityPlayerProxyActivity has been deprecated, please update your Android$$anonymous$$anifest to use UnityPlayerActivity ins$$anonymous$$d 10-16 17:20:09.244 1255 1277 I Activity$$anonymous$$anager: Displayed com../com.unity3d.player.UnityPlayerProxyActivity: +562ms
Follow this Question
Related Questions
Cant build android APK after Firebase integration 0 Answers
OSX Mountain Lion: CommandInvokationError: Failed to build apk. 1 Answer
[android] App icon doesn't update ... 0 Answers
Gradle build failed - Could not resolve all artifacts for configuration 2 Answers
Failed to re-package resources using everyplay plugin and google play plugin for leaderboard 0 Answers