This repository has been archived by the owner on May 24, 2022. It is now read-only.
forked from amahule/FBReaderJ
-
Notifications
You must be signed in to change notification settings - Fork 36
Android Studio Development Environment Setup
Emma edited this page Jul 28, 2014
·
15 revisions
- Install Android Studio
- Create a http://developer.bookshare.org/ developer account and https://www.bugsense.com/dashboard a account.
- Clone the Code Repository, and open the project in Android Studio.
- Setup Developer Properties:
- Add a directory ‘developerspecific’ to app/src/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
- 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.
-
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!