I've tryed to compile my project in the release-obsfucated mode.
I'm getting:
Parsing code. 0.08
Compiling code. 0.20
ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code. 0.00
Generating R file. 0.08
Compiling generated Java code. Error
javac 1.7.0_60
src\gate13th\earthquakelive\world.java:21: error: code too large
public static String _process_globals() throws Exception{
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
yes they will take 30%, which they add on your price. If you sell your app for 1 Euro, it will cost 1,33 Euro in the store. If your app is for free, there will no additional fees.
The action parameter "Home" is turned into a string - so it's not assumed as the defined action. If we, however, put "Home_m" (notice the "_", no blank spaces) as the action, the string is not modified, and everything goes right