-
Notifications
You must be signed in to change notification settings - Fork 27
Testing Baker Android
Francisco Contreras edited this page May 8, 2014
·
6 revisions
Baker Android is developed as a library, so it can not be tested out of the box, but with a simple steps you should be able to see what the app can do.
YouTube Screencast
From Android Studio Menu Tools > Android > SDK Manager, install the following libraries.
- Build Tools 19.0.1
- Google Play Services 16
- Google Repository 7
- Download Baker Android (download link)
- Open Android Studio and import the project.
- Extend "ABaker" node form the Project Pane and open "build.gradle" file.
- Change "apply plugin: 'android-library'" to "apply plugin: 'android'".
- Run the application.
Once this is done Gradle will recompile your project as a valid runnable application and you should be able to test it on your physical or virtual devices.
- Open your Android Studio
- Go to menu Tools > Android > SDK Manager
- Extend "Extras" node and check Google Play Services
- Click on install packages..