@Paul.
Now it works fine when the app is loaded into the devices using APK installer, but I cannot upload the APK to Google Play.
In fact the package name registered at Google Play, is:
com.texasoftreloaded.RetroBikeRunner
When I configure the APK generation, I specify that the package name is
com.texasoftreloaded.RetroBikeRunner
But after the 100% uploading of the file and elaboration, Google ends with an error:
"loading not succeded. Package name must be com.texasoftreloaded.RetroBikeRunner."
I think that your tool converts the uppercase in lowercase:
I wrote
1)
com.texasoftreloaded.RetroBikeRunner
but the generated APK has got filename:
2)
com.texasoftreloaded.retrobikerunner
and this disturbs the APK manager of Google Play, where previous version of my app had package name 1 (with uppercase initials)
Would you pls check? I have other apps with uppercase. Otherwise, I'll have to find a way to modify the package name.