Skip to content

Commit

Permalink
Shutdown account creation correctly
Browse files Browse the repository at this point in the history
Readme/travis updates
  • Loading branch information
mid-kid committed Jan 21, 2014
1 parent 3096663 commit f069402
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ before_install:
- curl -L https://raw.github.com/embarkmobile/android-sdk-installer/master/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS
- source ~/.android-sdk-installer/env
- cd com.android.vending
- mkdir libs/
- cp $ANDROID_HOME/extras/android/support/v4/android-support-v4.jar libs/
- android update project -p .

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Prerequisites:

Procedure:

mkdir libs
cp <sdk>/extras/android/support/v4/android-support-v4.jar libs/ # Or compile it yourself
android update project -p .
ant debug
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ public void onResume() {
intent.setClassName("com.android.vending",
"com.android.vending.account.AccountActivity");
startActivity(intent);
return;

finish();
}

Log.d("BlankActivity", "Accounts initialized.");
Expand Down

0 comments on commit f069402

Please sign in to comment.