Questions tagged [android-studio]

Android Studio is an integrated development environment (IDE) for the Android platform. It is based on JetBrains' IntelliJ IDEA software and provides integrated Android developer tools for development and debugging.

Android Studio is an integrated development environment (IDE) for the Android platform. Android Studio provides integrated Android developer tools for development and debugging. If you are not comfortable using an Android Studio, you may instead download (or continue to use) the ADT Bundle (Eclipse with the ADT Plugin) or IntelliJ.

Several features are expected to be rolled out to the users as the software matures; currently, however the following features are provided for:

  • Live Layout: WYSIWYG Editor - Live Coding - Real-time App Rendering
  • Developer Console: optimization tips, assistance for translation, referral tracking, campaigning and promotions - Usage Metrics.
  • Provision for beta releases and staged rollout.
  • 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, option to preview layouts on multiple screen configurations.
356 questions
193
votes
14 answers

How to install Android Studio on Ubuntu?

Please tell me the full process of installing Android Studio and its necessary dependencies.
aminul haque
  • 1,977
32
votes
7 answers

Android studio buggy after upgrade to 16.10

I recently upgraded from 16.04 LTS where my android studio was working fine to 16.10 but on trying to run my avd emulators, this is the error log i get back instead Cannot launch AVD in emulator. Output: libGL error: unable to load driver:…
20
votes
1 answer

create a desktop shortcut icon for studio.sh

I recently have downloaded android studio to develop android. I run program at terminal typing ./studio.sh My question is : Is there any way to start it as a GUI icon at desktop without use terminal.
Arm
  • 303
14
votes
9 answers

How to update Android Studio in Ubuntu?

I am trying to update from version 2.0.0 to version 2.1.2 in Ubuntu 64bit/14.04LTS but when I click "update and restart" it says "Downloading patches" and it closes. It does not start again and if I try to open it, the version is still 2.0.0. Is…
Nicolas
  • 343
10
votes
2 answers

New Android Studio IDE not supported in Linux?

I have Ubuntu 16.04.1 on my machine and my system meets all the requirements given in the Android Studio home page. My system information and the Android Studio installation page as seen from my browser are given in the links given below Before…
9
votes
1 answer

Android studio launch

I'm an Ubuntu 14.04.1 user and installed android-studio-ide-135.1641136-linux.zip, but when I run it using terminal command ./studio.sh, it opens but an alert appears: External file changes sync may be slow Native file watcher is not executable:…
Kumarjit
  • 91
  • 1
  • 2
6
votes
1 answer

Can't launch android-studio in linux, getting this error Error: Could not find or load main class com.intellij.idea.Main?

I just downloaded android studio and I am trying to launch it by running studio.sh file, I am getting this error Error: Could not find or load main class com.intellij.idea.Main I have looked it up on so and other sites and they all suggest to set…
Max
  • 163
4
votes
3 answers

Uninstalling Android Studio

I have gone through all of the previous threads, including all of the suggestions in the Completely Uninstall Android Studio thread, about uninstalling Android Studio and followed their directions and nothing helps. I installed Android Studio with…
Dysupes
  • 41
3
votes
1 answer

Android Studio window on Ubuntu is too large

Android Studio Window on Ubuntu is too large, I increased screen resolution to maximum but it's still too big. (I use Lenovo G480) Some screenshots: Please help me fix this!
pc43
  • 131
3
votes
1 answer

Unable to run mksdcard SDK tool" what should i do in this case of installing android studio?

I have tried to install android studio and i have already installed java jdk but my android studio setup says this "Unable to run mksdcard SDK tool".
aminul haque
  • 1,977
3
votes
0 answers

External file changes sync may be slow

I'm an ubuntu 13.10 user and installed android-studio-bundle-135.1245622-linux.tgz but when run it using terminal command : ./studio.sh, it opens but below error appears: External file changes sync may be slow Native file watcher is not executable:…
user2412540
  • 321
  • 1
  • 3
  • 5
3
votes
3 answers

Failed to read or create install properties file in Android Studio

At the time of installation there was no SDK packages downloaded previously, so when I tried downloading the SDK platforms it shows errors for Android Emulator as in the below screenshot. I am using proxy internet. Please suggest a better solution.…
2
votes
2 answers

Invalid Log Path

Log path '/home/oscar/.AndroidStudio1.5/system/log' is inaccessible. If you have modified the 'idea.log.path' property please make sure it is correct, otherwise please re-install the IDE. Some help please¡¡¡
OscarV
  • 21
2
votes
0 answers

Android studio freeze for long time on ubuntu 14.04

I'm new to android development app so I installed android studio on Ubuntu 14.04 desktop version. ANDROID STUDIO deep Freeze automatically for sometime that decreases my enthusiasm to create an app..! Please give me solution to solve this problem.!…
2
votes
2 answers

Where is "Project Structure" in Android Studio 4.1

I have multiple versions of Java installed, and I wanted to set which one it used for my Flutter project in Android Studio. All the documentation I can find says to go to File > Project Structure, but I can't find it. For example, here are some of…
1
2 3