i have previously created an application using Android Studio 1.3 and recently i have updated it to 2.0 and when i try to import project using import existing android studio project, it gets stuck on 'Building gradle project info' screen. Can someone tell me whats the issue? TIA
Related
I am trying to open the project from Codelab but I get this error:
This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 4.1 or newer.
I have cloned the project from gitHub and I'm already on 4.1 and I still can't open it. Any idea how can I do it?
i did everytihng right and install sdk and jdk for eclips android but create new project doesnt still apear what shoud i do some says eclips doesn't support android anymore is that right?1
You must use Android Studio as official IDE to develop Android Applications, if you are trying to import a project from Android Studio to Eclipse, you will have problems because the projects in Android Studio are configured with Gradle!
I suggest to you migrate from Eclipse to Android Studio.
I am new to android programming (I have some knowledge about programming in Java, though). I downloaded Android Studio 1.3.2. I also installed Java 8 (jdk1.8.0_60). Then I installed Android Studio. I was following the tutorial in developer.android.com. I created a new project. But then the Gradle showed me an error.
"Error: Gradle 2.4 requires Java 6 or later to run. Your build is currently configured to use Java 5."
How do I fix this?
File->Other Settings->Default Project Structure
set JDK Location to Java 6 or later there.
Updating the project structure did not work for me. I had to upgrade by Android Studio from 2.0 to 2.2 to get it working. Also, to be safe I did not import settings from my previous version during my initial Studio set-up.
I'm trying to use Scringo SDK in my project to enable user chat. However I am using Android Studio for the project and currently stuck at how to actually enable my project to depend on the SDK provided by Scringo. In the documentation, the provided guide is using Eclipse to import the library project.
Plus, with my lack of experience with Gradle and Android Studio, I am unable to solve this. I've tried following this guide and it does not work. How to import eclipse library project from github to android studio project?
Can anyone experienced with this kind of issue provide a step-by-step guide on how to curb this problem?
I developed a project using android sdk and now I want to open it using android studio.
The online android tutorial says that you should export to .gradle but I don't have this option and I have the latest update.
So how could I migrate to android studio ?
Android Studio is based on Intellij IDEA (now it is 99% same as Intellij IDEA Community Edition). So, you can import your project in Android Studio: File -> Import Project... -> "PATH to your project".
You should update your SDK, then you can export it with .gradle in Eclipse. After that you can import it in Android Studio.