• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Android App was not installed

Z

zendraw

Guest
Im exporting the apk but cant install it on my phone and it just says the app was not installed. why?
api level 30
28.0.3 build tools
30.0.0 support library
30 target sdk
16 minimum sdk
30 compile sdk
 
Because the "architecture" you ticked isn't one that your phone was built to support. Say if you had only ticked "Build for Arm64", likely your phone isn't one that is Arm64 capable, so tick more of the build option(s), one of those will cover your phone's. FYI: that option is in the same window as where you had set up the SDK Build Settings that you posted above.
 
Z

zendraw

Guest
i never really did anything on the architecture area. ill try stuff and see.
 
Top