dm 7 năm trước cách đây
mục cha
commit
0b03e19596
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      readme/Android.txt

+ 5 - 1
readme/Android.txt

@@ -10,9 +10,13 @@ http://www.youtube.com/watch?v=d8eHHr_KHgQ
 	How to build and run with ANDROID STUDIO. Steps:
 	====================================================  
 
-- install JDK
 - install Android Studio
 - run Android Studio and import any project as Gradle from examples.
+- go to File->Settings->Appearance & Behavior->System Settings->Android SDK 
+- click to checkbox "Show Package Details"
+- select and install "Android SDK Platform 26" (under Android 8.0 (Oreo))
+- try to build
+- Android Studio will ask to download and install Android NDK. Intall it.
 - build and run!