diff options
Diffstat (limited to 'development/android-studio/README')
-rw-r--r-- | development/android-studio/README | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/development/android-studio/README b/development/android-studio/README index bd9e4d75c36f..e8cc46a61d86 100644 --- a/development/android-studio/README +++ b/development/android-studio/README @@ -2,6 +2,12 @@ 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. + +After having installed this package, run Android Studio with: + android-studio + +# Details + On top of the capabilities you expect from IntelliJ, Android Studio offers: @@ -16,9 +22,6 @@ Android Studio offers: - 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 - # General tips - google-droid-fonts package may give you font issues with IntelliJ based applications (like Android Studio), and removing it should |