This repo contains collection of useful Android scripts for everyday development. Scripts are inspired by my needs to automate some of the work when developing for Android.
As IDE I'm using Android Studio with Gradle as a build management system. It's important because some scripts are Android Studio or/and Gradle specific.
Most of the scripts are written in Bash or Python. Every script contains built-in help. Just invoke the script with -h
switch.
If you want to add your script please send a pull request.
If you've found a bug please create an issue or even better send a pull request with fixes.
Copyright 2014 Tomasz Rozbicki
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.