Troubleshooting
If you encounter an error during the build process, that the method count exceeds 64k, you can enable multidex:
In the newly created launcherTemplate.gradle file add:multiDexEnabled: true
and it should work:
Updated 8 months ago
If you encounter an error during the build process, that the method count exceeds 64k, you can enable multidex:
In the newly created launcherTemplate.gradle file add:multiDexEnabled: true
and it should work:
Updated 8 months ago