Android Question Error: too many constants

Sanxion

Active Member
Licensed User
Longtime User
Hi all

I am encountering this error when attempting to compile my app in "debug" mode, it works fine in "release" mode.

I do have a lot of variables dimensioned in my app - is there a limit to the number that can be dimensioned in one module? Rearranging the code would be a bit difficult for me to do at this stage. Is there a setting or a method to circumvent this restriction?

Thanks
 
Top