Couple of Android Questions
Hey guys, I've a couple of Android queiries I'd like confirming.
It seems that you can't just download the Android SDK anymore (as it suggests in the Unity docs - https://docs.unity3d.com/Manual/android-sdksetup.html) , it has to be Android Studio (which includes the SDK) - is that correct?
If I want to use Unity Remote 5 on Android, aside from installing the module so I can select Android as a build target, do I need to install the Android SDK as well for this to function?
Thanks for any help!
Answer by ASPePeX · Feb 17, 2017 at 10:25 PM
You still can, Android just made it less obvious. The manual sends you to https://developer.android.com/studio/index.html , all the way at the bottom they call it "Get just the command line tools".
You need the Android SDK installed since it is basically an ADB connection.