In trying to upload my .apk file to Market for publishing on Developer Console, I get the message
"Market requires versionName to be set in AndroidManifest.xml".
I used B4A to create the app and put that information in the manifest file and I see that it is there.
I used the browse button again to indicate the (default) location of the manifest file. I then got the self-contradictory message
"The file is invalid. ERROR. dump failed because no AndroidManifest.xml was found".
The second line of my manifest file is
"-<manifest android:installLocation="internalOnly" android:versionName="DrillMathFacts1" android:versionCode="1" package="WDD.DrillMathFacts".
"I successfully published an app before now in the same way; it worked!
Comparing the two manifest files, I see that this one IS valid.
How can I publish this app?
"Market requires versionName to be set in AndroidManifest.xml".
I used B4A to create the app and put that information in the manifest file and I see that it is there.
I used the browse button again to indicate the (default) location of the manifest file. I then got the self-contradictory message
"The file is invalid. ERROR. dump failed because no AndroidManifest.xml was found".
The second line of my manifest file is
"-<manifest android:installLocation="internalOnly" android:versionName="DrillMathFacts1" android:versionCode="1" package="WDD.DrillMathFacts".
"I successfully published an app before now in the same way; it worked!
Comparing the two manifest files, I see that this one IS valid.
How can I publish this app?