diff options
author | Roberto Metere <roberto.metere@gmail.com> | 2014-11-27 15:49:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-27 15:49:34 +0700 |
commit | 1be12a189a98b81eaf4e625cf2c0f747aaa2e364 (patch) | |
tree | 0094e964ccd29695bcaa14f4498f32953f1bbdf3 /development/android-studio/README | |
parent | 054512f6f6d4b882829a575c9a130275d65646a0 (diff) | |
download | slackbuilds-1be12a189a98b81eaf4e625cf2c0f747aaa2e364.tar.gz |
development/android-studio: Added (Android Development Tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/android-studio/README')
-rw-r--r-- | development/android-studio/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/development/android-studio/README b/development/android-studio/README new file mode 100644 index 0000000000..802eb4f440 --- /dev/null +++ b/development/android-studio/README @@ -0,0 +1,24 @@ +Android Studio is a new Android development environment based +on IntelliJ IDEA. It provides new features and improvements over +Eclipse ADT and will be the official Android IDE once it's +ready. +On top of the capabilities you expect from IntelliJ, +Android Studio offers: + + - Flexible Gradle-based build system. + - Build variants and multiple APK generation. + - Expanded template support for Google Services and various + device types. + - Rich layout editor with support for theme editing. + - Lint tools to catch performance, usability, version + compatibility, and other problems. + - ProGuard and app-signing capabilities. + - Built-in support for Google Cloud Platform, making it easy + to integrate Google Cloud Messaging and App Engine. + +After having installed this package, run Android Studio with: + android-studio + +The application would ask you for Java JDK, which is needed to +use it effectively; if you have JavaJDK installed it could be +in /usr/lib${LIBDIRSUFFIX}/java |