Developing on Android
- Install Android Debug Bridge
- The first step of getting setup for Android development is installing the Android Debug Bridge tools
- Install Android SDK
- The second piece of software we'll need for Android development is the Android SDK, which will allow you to run your app
- USB Debugging
- USB debugging allows us to setup your phone to be used as a test device for your app
- Chrome Remote Debugging
- This will help you start debugging our app using the Chrome developer tools
- Logcat Remote Debugging
- How to debug our app using the logcat command line tool
- Setup Android Cordova
- To start working on the Webmaker App we need to setup a local version of the Android Cordova Wrapper repository
- Setup Webmaker App
- All the steps needed to get a local version of the Webmaker App repository running locally on our computer
- Additional Android Development Tips
- A few extra tips that should help you up and developing your Android app