Scratch that, an update of Android Studio to the most recent version resolved the problem
Hi,
I’m having a problem with the InAppPurchases class on Android. Even though the
juce_product_unlockingmodule is included, whenever I try to access theInAppPurchasesclass, Android studio can’t find it and shows me the messageCan't resolve containerwhen I hover the class name with my mouse. This happens in a clean project where I just derive my MainComponent fromInAppPurchases::Listenerand the same project works just fine for iOS (XCode finds the InAppPurchases class).Any ideas why this is happening or what I could try to resolve this?
