Skip to content

Commit

Permalink
Adds two small details to prevent some confusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
robknapen authored Aug 4, 2018
1 parent ee70183 commit 4f8ee10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ git add .
git commit -m "Initial commit of original app-starter"
git push origin master
```
**Note that creating a copy of the app-starter is ESSENTIAL. Without it Android Studio will not find a runnable Android app in the project.**

Configure the project:

* Open the project in Android Studio
* Open the project in Android Studio (use Import Project and choose the top level roundware-android folder)
* Edit `app/src/main/AndroidManifest.xml` to set your namespace. Change:
```xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Expand Down

0 comments on commit 4f8ee10

Please sign in to comment.