8
When adding the Analytics Package to the project, an error occurred in the project. As explained on this blog , the error occurs when the project has more than 65536 methods (only the added Google Play Services package has close to 30,000 methods). The same link that explains the error brings the solution, activate the Multi-dex.
When activating Multi-dex, another error occurred, The option for multi-dex fails when the path to the Android SDK contains a space, as the Android SDK folder is inside "C: Program Files (x86) Android-sdk" error occurs because of "Program Files (x86)" that has spaces between words.
Does anyone have any solution?
Using Windows to develop software sooner or later falls into this problem. Is it possible to reinstall the sdk elsewhere? C: dev for example ?
– Savio Freitas
I believe I can move, I’ll try!
– Bruno A. Klein