I am trying to submit my apk to Amazon, but all I am getting is a red "Invalid Input".
I searched the forum for a solution and found this:
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
So I applied the exclude attribute suggested. But that still did not work.
Any help will be deeply appreciated.
			
			I searched the forum for a solution and found this:
[new feature] Three birds with one stone
B4A v5.80 includes a new attribute named #ExcludeClasses.  Example:  #ExcludeClasses: com.google.ads, anywheresoftware.b4a.phone.RingtoneManager  During compilation, all classes from all referenced libraries, that their full name (package + class) starts with one of the above prefixes, will not...
				So I applied the exclude attribute suggested. But that still did not work.
Any help will be deeply appreciated.