As a lot of people know, Google released an expansion add-on for Android apps that exceed the 50MB limit. I downloaded the Googleplay downloader OBB utility from the Asset Store but when i tried to Build my app it returned the following error message:
Assets/Plugins/Android/GooglePlayDownloader.cs(16,24): error CS0246: The type or namespace name `AndroidJavaClass’ could not be found. Are you missing a using directive or an assembly reference?
And then I have to delete the Android folder entirely and reinstall it. What can be done to fix this?