Installing Android Studio Beta
A new Android development environment based on IntelliJ IDEA.The official Android IDE once it's ready.
summary of ref. http://developer.android.com/sdk/installing/index.html?pkg=studio
Capabilities
- 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.
Caution: Android Studio is currently in beta. Some features are not yet implemented and you may encounter bugs. If you are not comfortable using an unfinished product, you may want to instead download (or continue to use) Eclipse with ADT.
SYSTEM REQUIREMENTS
| Windows | Mac OS | Linux |
|---|---|---|
|
* On Mac OS, run Android Studio with Java Runtime Environment (JRE) 6 for optimized font rendering. You can then configure your project to use Java Development Kit (JDK) 6 or JDK 7.
|
|
Note: Java Development Kit (JDK) 7 is required if you're targeting the Android L Developer Preview.
INSTALLATION
- Open command prompt terminal
- type:
javac -version - If JDK is not istalled or version < 6
- Download JDK
- Install JDK
- Add system variable
Start menu > Computer > System Properties > Advanced System Properties > Advanced tab > Environment Variables
JAVA_HOME
C:\Program Files\Java\jdk1.8.0_11\bin - Download Android Studio
- Install Android Studio
.
android-studio-bundle-<version>.exe - Tools and other SDK packages
\Users\<user>\AppData\Local\Android\android-studio\sdk\ - Download Android Studio
- Open
android-studio-bundle-<version>.dmg. - Drag and drop into Applications folder.
- If warning "package is damaged":
System Preferences > Security & Privacy
Allow applications downloaded from > Anywhere
Open Android Studio again. - Tools and other SDK packages:
/Applications/Android\ Studio.app/sdk/ - Unpack
android-studio-bundle-<version>.tgzinto applications folder - In a terminal
android-studio/bin/executestudio.sh - Add
android-studio/bin/to your PATH environmental variable
Windows
Mac OSX
Linux
No comments:
Post a Comment