Difference between revisions of "CISC181 S2017 NewAndroidStudioProject"

From class_wiki
Jump to: navigation, search
 
Line 3: Line 3:
 
# 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 "Company domain": "cisc181".  Your package will be called something like '''cisc181.mylab_n'''
# "Project location" should be filled in for you
+
# "Project location" should be filled in for you.  Change the path to something else if you want.
 
# Click "Next"
 
# Click "Next"
 
# 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".
 
# 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".

Latest revision as of 23:34, 4 February 2017

  1. Open Android Studio
  2. Choose "Start a new Android Studio Project"
  3. 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.
  4. Fill in "Company domain": "cisc181". Your package will be called something like cisc181.mylab_n
  5. "Project location" should be filled in for you. Change the path to something else if you want.
  6. Click "Next"
  7. 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".
  8. Choose "Add No Activity" and click "Finish"
  9. Wait a bit while things get configured
  10. Now do this (starting at step 2)