- In a browser navigate to the Android Developers site “Building Your First App“
- Right-click/Translate the page to English (you may have to do this for every page)
- Complete “Building a Simple User Interface” and “Starting Another Activity” in Android Studio — you can reuse your project from Week 1
- Do not just do the steps, read the pages — this content provides valuable information about how Android Studio works
- When you create a new project, make sure you note where the project is stored
- You can skip the command line steps, but they are good to know
- Edit the Gradle Scripts/build.grade (Module: app) file by changing the minSdkVersion to 21
- You will be prompted to do a Project sync; click the “Sync Now” link
- Open the Gradle Console (bottom right)
- After the sync completes (you’ll see ‘Build Successful’ in Gradle Console), select Build/Rebuild
- Select Run/Run ‘app’ to test your application
- After you have completed the tutorials, find the main project folderapp subfolder
- Make a new folder and in the new folder and
- Name the folder for your last name and assignment
- Add the src folder from your project
- Add the buildoutputsapkapp-debug.apk file (this is your project executable file)
- Zip the folder
- Attach the zip file to this assignment’s link
0 comments