Importing project in android studio - android-studio

While importing projects in android studio ,this window comes and never disappear. please help. I am new to android studio

Looks like one of your dependencies that Android Studio is trying to download is offline. Check out this related SO post:
Android Studio stuck on "Gradle: resolve dependancies '_debugCompile'" or 'detachedConfiguration1'

Related

SDK problem after GitHub import to Android Studio

I am new to programming.
I have never coded and I have never used Android Studio and GitHub.
Sorry if I ask stupid questions.
I downloaded this project in ZIP on GitHub: https://github.com/raghavtilak/Paint
When I open it in Android Studio, I get an error message:
"The SDK path 'C:\Sdk\Sdk' does not belong to a directory.
Android Studio will use this Android SDK instead : 'C:\Users\jane\AppData\Local\Android\Sdk' and will modify the projectct's local."
What should I do to solve this problem?
Thank you in advance.
When you open the project in Android Studio it should ask you to change the SDK path automatically. If it does you can just accept it and it will change the path without you noticing and without any problems.
If it does not ask you, just search your SDK Path (on your computer) and change it in your local.properties in the project panel (or the windows explorer) in android studio.

Do I need to install Intellij after downloading Android Studio

I am downloading Android Studio now so I can create mobile apps using Kotlin and I am totally new to it, I checked the Android Studio user guide and it says it is strongly built on IntelliJ so I am wondering do I still need to download IntelliJ or once I download Android Studio, I will find all I want in it.
Android Studio has built-in plugins with IntelliJ software. You don't need to install IntelliJ. Android Studio will work just fine.

Android Studio - Cannot resolve symbol themes, colorprimary,

I am seeing in Android Studio 3.1.2 an error for AppCompat themes and colors attributes like attr/colorPrimary.
But only in Android Studio. Compile and run does work.
For example:
My app.gradle:
supportLibVersion is 27.1.1!
This helped in the similar problem. Maybe this help you:
Close the project from the File menu. Then open the project again as existing Android Studio project.
I posted my answer on link mentioned by V.March. Basicly Invalidate Caches / Restart solved my problem

How to update Android Studio binding generated class

After update of Android Studio to 3.1.1 I have the following problem: when I add any item to my layout.xml in my java file Android Studio does not recognize it.
Only solution I found is close and open Android Studio. Do you know any appropriate solutions for this?
did you tried build -> rebuild project ? that should refresh all the generated code.

Android Studio 1.0.2 laout-land folder now showing

Using Android Studio 1.0.2 (Windows).
How to make a res/layout-land folder?
I try, it seems to work (no error messages), but the folder does not show up in Android Studio.
However, the folder does exist in the file system.
I have some old project (converted from Android Studio 0.9.x): They seem to work better.
I had the same problem. You have to change your structure explorer from Android(I think its default) to Project. You will see the layout-land folder under res.
You can change the structure explorer in Android Studio from Android to Packages:
g
Also after restarting the Android Studio application I was able to see the land folder.

Resources