Troubleshooting
Version Checking
The easiest way the check Nefta SDK version is by accessing Nefta configuration object (through menu: AppLovin > Select Nefta Configuration:
Dex issues
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 15 days ago