Hi!
I am on my way to release my first game! However, I ran into a snag while uploading the APK into the google play store.
I made an apk that is signed and aligned (using online tutorials involving ‘ant release’ and ‘zipalign’)
I’m pretty sure this gives a release ready apk.
However my problem is that, when I try to upload it. the developer console states that I need to name my apk project with the convention of com.example.myapp.
I have no idea how to change it to that and I have no idea how I should set up my project to make sure that the project name is that in the first place. Would someone be able to point out where I can change the project name?
Any help would be appreciated!