You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,3 +26,14 @@ After running the Android Studio installer, you can open the CS108 Android Java
26
26
27
27
28
28
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.
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.
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>
0 commit comments