Skip to content

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

Required libraries to install

From Android Studio Menu Tools > Android > SDK Manager, install the following libraries.

  • Build Tools 19.0.1
  • Google Play Services 16
  • Google Repository 7

Testing Baker Android Master Branch

  1. Download Baker Android (download link)
  2. Open Android Studio and import the project.
  3. Extend "ABaker" node form the Project Pane and open "build.gradle" file.
  4. Change "apply plugin: 'android-library'" to "apply plugin: 'android'".
  5. 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.

Possible issues

Could not find com.google.android.gms:play-services

  1. Open your Android Studio
  2. Go to menu Tools > Android > SDK Manager
  3. Extend "Extras" node and check Google Play Services
  4. Click on install packages..

Clone this wiki locally