I am uploading my first APK file to google play but I am getting following error.
You uploaded an APK that is not zip aligned. You will need to run a
Check themanifest.xml file in your project it should say something like this:
manifest.xml
android:debuggable="true"
set it to "false".
"false"