Hi,
When I upload the APK to Google Play , I receive a package name error and my Apk is rejected
Then, I go to Build Configuration and change the Package Name to "super.mysql"
But when I compile the Project I receive this error
What's wrong ? I'm too delayed
Regards
When I upload the APK to Google Play , I receive a package name error and my Apk is rejected
Then, I go to Build Configuration and change the Package Name to "super.mysql"
But when I compile the Project I receive this error
B4X:
B4A version: 5.80
Parsing code. (0.14s)
Compiling code. (0.99s)
Compiling layouts code. (0.03s)
Generating R file. (0.65s)
Compiling generated Java code. Error
javac 1.8.0_91
src\super\mysql\addfield.java:1: error: <identifier> expected
package super.mysql;
^
1 error
What's wrong ? I'm too delayed
Regards