Skip to content

Commit 7213d9b

Browse files
authored
Update README.md
1 parent 0dda573 commit 7213d9b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,14 @@ After running the Android Studio installer, you can open the CS108 Android Java
2626

2727

2828
With the existing demo code, it is required have Android SDK platform 25 installed. You can achieve this by going to Tools->SDK Manager and select the Android 7.1.1 (Nougat) 25 from the this. This will bring up the downloaded for getting the necessary platform SDK required.
29+
30+
<img src="app_img/CS108-AndroidSDK.png" width="600"/>
31+
<br>
32+
You can go to Build->Make Project to rebuild the application.
33+
34+
After this, go to the menu bar and click on “Sync Project with Gradle Files” for enabling the building of the module. Then, you can go to Run->Debug “app” to start debugging.
35+
36+
<img src="app_img/CS108-syncCradleFile.png" width="600"/><br>
37+
For debugging, you can select emulator for UI level debugging or select actual device for physical debugging on different features on the demo app. <br>
38+
<img src="app_img/CS108-selectAndroidDevice.png" width="600"/><br>
39+
<img src="app_img/CS108-AndroidStudio.png" width="600"/>

0 commit comments

Comments
 (0)