This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
android:android_studio [2015/03/30 20:49] mjallison [Creating the Workspace] |
android:android_studio [2015/03/31 19:08] (current) mjallison [Setup Android Studio] |
||
---|---|---|---|
Line 9: | Line 9: | ||
Once those are installed, create an environment variable ANDROID_NDK_HOME pointing to the root of the NDK directory. For instance mine has the value C:/android-ndk-10d and yours will probably be different depending on where you installed the NDK package itself. | Once those are installed, create an environment variable ANDROID_NDK_HOME pointing to the root of the NDK directory. For instance mine has the value C:/android-ndk-10d and yours will probably be different depending on where you installed the NDK package itself. | ||
+ | |||
+ | **WARNING:** Android Studio uses different terminology than Eclipse. Be aware that the AS term "Project" refers to the collection of items you are working with (roughly equivalent to the "Workspace" concept in Eclipse). The AS term "Module" is roughly equivalent to our repository items (agtek_lib, SmartDirt, etal). | ||
+ | |||
+ | ====== NOTE READY FOR PRIME TIME 2015-03-31 (SIGH) ====== | ||
====== Creating the Workspace ====== | ====== Creating the Workspace ====== |