When I try to access the android SDK through scripts by directives (using), unity will allows throw the error CS0246: The type or namespace name `Android' could not be found. Are you missing an assembly reference?
using android.os;
using android.app;
anything that is in the Android SDK will error in unity, why? How can i make this work?
↧