Questions tagged [android-ide]

An IDE (or Integrated Development Environment) is a set of tool which enable a developer to write programs in a comfortable environment. Android has its IDEs, the most famous ones being: Eclipse, IntelliJ and Android Studio

An IDE (or Integrated Development Environment) is a set of tools which enable a developer to write programs in a comfortable environment.
Android has its IDEs, the most famous ones being: Eclipse, IntelliJ and Android Studio.

45 questions
404
votes
34 answers

Android studio Error "Unsupported Modules Detected: Compilation is not supported for following modules"

I am using Android studio 1.0.1. I have a java module referred by other modules in my project. I have checked it out from SVN But now every Unsupported Modules Detected: Compilation is not supported for following modules: . Unfortunately you can't…
sappu
  • 6,665
  • 4
  • 19
  • 18
74
votes
5 answers

How to revert theme from Darcula to default in Android Studio

I have changed my Android Studio theme from Default to Darcula. But when I want to search anything then I need to go to browser which is very bright. Now I want to revert the theme from Darcula to default theme in Android Studio. When I do that, it…
Dharmik
  • 2,325
  • 3
  • 27
  • 37
33
votes
8 answers

Android Studio Keyboard Shortcut for full screen mode

I want to enter full screen mode in Android Studio. Is there any Keyboard Shortcut for doing it. What Is the Keyboard Shortcut key for enter and exit full screen mode in Android Studio?
12
votes
1 answer

How to Set "Orientation For Preview" to Landscape in Android Studio?

After looking at related questions, they don't answer the my question which relates to the Android Studio IDE. I'm making an app that should only be used in Landscape Orientation and instead of switching all my *.xml files' previews to Landscape,…
Jisip
  • 415
  • 3
  • 14
12
votes
7 answers

Error:Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings either in IDE or Gradle

i am fed up of this error i am not getting how to solve this error its not setting to auto configuration mode.i am trying to auto configure it but it needs the auto configure URL i don't know the URL. it is giving the same error to all the projects…
avez raj
  • 2,055
  • 2
  • 22
  • 37
9
votes
0 answers

Unable to update Android Studio Arctic Fox mac book pro m1

some conflicts below do not have a solution, so the patch cannot be applied. contents/jre/contents/home/frameworks/javaNativeFoundation.framework/Version/A/._JavaNativFoundation.tbd
7
votes
1 answer

Android Studio on Mac

When creating a new project in Android Studio, before I do anything, I get this error: Error:java.io.IOException: Operation not supported Operation not supported Even after a gradle sync and update I still get this error. Anyone got a clue? Thanks
TomG103
  • 311
  • 2
  • 26
6
votes
2 answers

How can I view AIDE warnings?

In the Android development app AIDE, how can I view the compiler warning messages? Previous versions displayed a yellow squiggly underline, which you could tap and a toast message would pop up. However, this doesn't happen any more. For errors there…
intrepidis
  • 2,870
  • 1
  • 34
  • 36
5
votes
1 answer

Android Studio - Difference between Import project and Open project

I have been using Android Studio since one of the first releases (about one year ago, since I/O 2013) However I have recently noticed that in the first screen when lets you to create a project there are also Open and Import project options, and I…
BamsBamx
  • 4,139
  • 4
  • 38
  • 63
4
votes
1 answer

How to Change Android Studio Terminal Key Mappings

I want to change Android Studio Terminal's Key Mappings to match my macOS Key Mappings On my macOS Key Mappings i am using preset: Natural Text Editing Android Studio does not allow me to change Key Mappings of its embedded terminal
malhobayyeb
  • 2,725
  • 11
  • 57
  • 91
3
votes
1 answer

java.lang.NoSuchMethodError: com.intellij.ide.plugins.PluginManagerCore.loadDescriptors()[Lcom/intellij/ide/plugins/IdeaPluginDescriptorImpl;

If anyone is currently facing any issues when trying to update their current version of "Android Studio" from, which ever version they are currently running to version 4.1 and they get the error below Internal error. Please refer to…
George
  • 2,865
  • 6
  • 35
  • 59
3
votes
1 answer

Importing libraries to AIDE

I'm using aide at the moment since my PC is currently gone. I'm trying to import the SlidingMenu (Link) library but it doesn't seem that AIDE supports in the form of files (projects). All I have seen of importing libraries is .jar files. Anyone…
Noah
  • 174
  • 1
  • 2
  • 10
2
votes
2 answers

Scala + Android IDE

I am an eclipse user and android developer. I am trying to develop android applications using scala. I managed to do an hello world once in eclipse and now I am trying to do it with Intellij IDEA, so I can choose the best option. I managed to run…
Tiago Almeida
  • 14,081
  • 3
  • 67
  • 82
2
votes
2 answers

Tabs for Android Studio (and other apps) on a Mac

How to open new project same tab for Android Studio (and other apps) on a Mac open to new project in same tab
Deniz Babat
  • 205
  • 2
  • 6
2
votes
1 answer

redo button has never worked in android studios?

i have found that android studios has never contained any way of 'redoing' a text edit (the opposite of ctrl+z)? the option exists in the menu/ toolbar but is greyed out. it always has been and it has never functioned. to test, i have created a…
SSQ
  • 83
  • 8
1
2 3