道先說明 Android Studio 有什麼特別的:
- Gradle-based build support.
- Android-specific refactoring and quick fixes.
- Lint tools to catch performance, usability, version compatibility and other problems.
- ProGuard and app-signing capabilities.
- Template-based wizards to create common Android designs and components.
- A rich layout editor that allows you to drag-and-drop UI components, preview layouts on multiple screen configurations, and much more.
- Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine as server-side components.
再來是如何在 Ubuntu 上面透過 PPA 安裝:
先來安裝 Java 環境:
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer oracle-java7-set-default
再來安裝 Android Studio 的部份:
sudo apt-get update
sudo apt-get install android-studio
----
參考來源:How to Install Android Studio in Ubuntu 14.04/14.10/12.04 via PPA
沒有留言:
張貼留言