• 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 Tutorial page is wrong about minimum apk version

NetZvezda

Member
So in a IAP and Ads tutorial it says to use minimum apk version 16, however, after turning on lint report, it gave me this error:
upload_2019-3-21_17-21-28.png

Now, normally I wouldn't care about it, since I don't use gamepad in my game. However, one my users submitted an error report and the error mentioned gamepad library throwing errors, I thought this might be somehow related.(I have posted a thread about it, didn't get a reply, so I thought I would post a new one, to let everyone know. So just a heads up, minimum sdk for android version seems to be 19 not 16.
 

Nedenir

Member
So i had this same problem, can't solve it, didn't even need gamepad dependencies in my project but still cant find a way to throw it out at the end i just switch to 19 and just move on, on the other hand lower apk version gives more users with older systems and more devices. By now i just don't care but seems like YOYO don't care either, looking on newer updates that messing with project's.
 
Top