Difference between revisions of "CISC181 S2019 NewAndroidStudioProject"

From class_wiki
Jump to: navigation, search
(Created page with "# Open Android Studio # Choose "Start a new Android Studio Project" # Fill in "Application name": "MyLab_n" where n is the number of the lab, or "MyProject_n" where n is the n...")
 
Line 1: Line 1:
 
# Open Android Studio
 
# Open Android Studio
 
# Choose "Start a new Android Studio Project"
 
# Choose "Start a new Android Studio Project"
 +
# Choose "Add No Activity" and click "Next" (accepting default form factor of "Phone and tablet")
 
# Fill in "Application name": "MyLab_n" where n is the number of the lab, or "MyProject_n" where n is the number of the project milestone.
 
# Fill in "Application name": "MyLab_n" where n is the number of the lab, or "MyProject_n" where n is the number of the project milestone.
# Fill in "Company domain": "cisc181".  Your package will be called something like '''cisc181.mylab_n'''
+
# Fill in "Package name" so it is something like '''cisc181.mylab_n''', depending on what you chose for the application name
 
# "Project location" should be filled in for you.  Change the path to something else if you want.
 
# "Project location" should be filled in for you.  Change the path to something else if you want.
# Click "Next"
+
# Click "Finish" (accepting default "Minimum API level")
# Select form factors and click "Next".  In the first half of the semester this doesn't matter since we're not using Android; I do "Phone & Tablet" and a random "Minimum SDK".
 
# Choose "Add No Activity" and click "Finish"
 
 
# Wait a bit while things get configured
 
# Wait a bit while things get configured
 
# Now do [http://nameless.cis.udel.edu/class_wiki/index.php/CISC181_S2019_PlainJavaInAndroidStudio this] (starting at step 2)
 
# Now do [http://nameless.cis.udel.edu/class_wiki/index.php/CISC181_S2019_PlainJavaInAndroidStudio this] (starting at step 2)

Revision as of 10:27, 12 February 2019

  1. Open Android Studio
  2. Choose "Start a new Android Studio Project"
  3. Choose "Add No Activity" and click "Next" (accepting default form factor of "Phone and tablet")
  4. Fill in "Application name": "MyLab_n" where n is the number of the lab, or "MyProject_n" where n is the number of the project milestone.
  5. Fill in "Package name" so it is something like cisc181.mylab_n, depending on what you chose for the application name
  6. "Project location" should be filled in for you. Change the path to something else if you want.
  7. Click "Finish" (accepting default "Minimum API level")
  8. Wait a bit while things get configured
  9. Now do this (starting at step 2)