Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Android Studio Development Environment Setup

aawc edited this page Sep 19, 2014 · 15 revisions
  1. Install Android Studio
  2. Create a http://developer.bookshare.org/ developer account and https://www.bugsense.com/dashboard a account.
  3. Clone the Code Repository, and open the project in Android Studio.
  4. Setup Developer Properties:
  • Add a directory ‘developerSpecific’ to app/src/main/assets. *You may have to do this from the command line, if Android Studio does not permit this action from the IDE.
  • In this same directory, add a file named ‘developer.properties’, with these values developerKey=<your key> bugSenseKey=<bugsense key> optOutGoogleAnalytics=false
  1. Build the project

The app will print exceptions it encounters when starting up. More information is available from command-line adb logcat than from the Android Studio window.

Additional Notes

  • If you get SQL connection errors such as ‘table Books already exists’, go to your Apps list and Uninstall the Go Read app from previous run. No ndk setup (running ndk-build or setting ndk.dir) is required.

  • If you are able to add improvements to this setup list, please do. Additionally, if you have links and resources for setting up Android Studio with Emulator/Preview documentation on that topic would also be valuable. Thanks!