Questions about GDev

Hello,

A few questions about GDev

  1. For android devices how does one set the resolution so it fits most any device?

  2. Can you use this to create apps with an already existing google dev account?

  1. What I would recommend is to optimise your game for the highest resolution you plan to support, and then it is going to be easier for the game to scale down to fit smaller screens. You can also scale up, but you also need to scale the sprites or extend the camera view which may be not optimal in all cases. Scaling down is the best option.

  2. To my knowledge you just need to sign your app with your key store file and then build the APK and you should be able to publish the game on any developer account or not?