As I’m sure most of you know, Google recently released an expansion add-on for Android apps that exceed the 50 MB limit, and I guess the way you use it is by clicking on the Split Binary option in the Build Settings section. I downloaded the GooglePlay OBB Downloader add-on. I tried to build but returned the following error:
Assets/Plugins/Android/GooglePlayDownloader.cs(8,24): error CS0246: The type or namespace name `AndroidJavaClass’ could not be found. Are you missing a using directive or an assembly reference?
I don’t know what this means but it stops the build process. Mind you that I’m using Playmaker for my scripting. Is there anyway to fix it?