So I downloaded yesterday visual studio and I wanted to create a new android project in Android studio but I couldn't find any template instead I have frameworks and libraries to choose from (as you can see from the screenshot).
I think you downloaded wrong editor. It's IntelliJ IDEA instead of Android studio. Please refer to this link for android studio
https://developer.android.com/studio/index.html
Related
i just downloaded Xamarin Studio, because Xamarin in visual studio was slow and the designer wasn't working.
When i try to create new project, the "Next" button is disabled. I googled that my Xamarin.Android is missing and my question is: How can i download and install 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 downloaded and installed Android Studio. But I cannot create or open android project. There isn't Android in New Project Tab. Why? How can I create and open Android project in Android Studio?
Be sure to download the Android SDK to use along with Android Studio. Android Studio is just the IDE of IntelliJ IDEA, but without the Android libraries. See this link for installation.
You should add "Android Support" in "Setting -> Plugins" .
See this.
Changing the target framework for the an Android project in Visual Studio gives me a lesser option than using Xamarin Studio editing the same project.
Visual Studio
Xamarin Studio
How can I add a new API, such as 18 or 21, which is missing from the drop down list of available frameworks in Visual Studio?
Open project file (.proj) in text editor and edit directly. Look for this:
<TargetFrameworkVersion>v4.2</TargetFrameworkVersion>
I got the error "Error: Can't build Android. Path to Android SDK was not set or is invalid!" and I'm using the new android studio so I was wondering if javafxports android works with the new android studio?
My current path the the android sdk is:
C:\Users\svond_000\AppData\Local\Android\sdk
i'm currently using Intellij. It works very well. There is a community edition of intellij. Since basicly Android Studio and Intellij are built from the same source code. The gradle plugins works very well on Intellij.
http://blog.jetbrains.com/idea/2013/05/intellij-idea-and-android-studio-faq/
Regards,
Ivan