Since my new Update, I cannot create a new Android Project.
I could not upload a picture of this, due to a lack of reputation points. But every-time I try open new project, android studio is asking:
java
java fx
-------
maven
gradle
-------
groovy
griffion
-------
static web
--------
empty project
I already installed everything new, looked for the SDK, gradle. Before the Update, if I'm starts new project android studio just asked the api or if I wanna use a blank activity, but now I have this problem.
I hope someone could help me, because its really annoying.
Before getting to the menu you posted above, you should see the "Configure" option. From there, go to "Plugins" and check "Android Support". Then, it will ask you to restart, and Android Studio Setup Wizard will install that plugin so that you can create a new Android Project as you've described above.
Related
I am not able to resolve the error of Android SDK missing in Intellij-idea i tried as instructions mentioned in the image also i searched it on google and also tried some methods of stack overflow but it's still not resolved so please if anyone know then suggest the solution for it...enter image description here
This post (How do I set up IntelliJ IDEA for Android applications?) helped me, but had to download Android Studio and install the tools through the wizard when first launching the program.
Then I started IntelliJ and created a new project (not Android) and went to File>Project Structure and added a new Android SDK under SDKs. You have to choose the path to the SDK int the finder. To do this make sure Library is visible (see here: http://www.macworld.com/article/2057221/how-to-view-the-library-folder-in-mavericks.html) and go to Libraries>Android and choose to open SDK. After that I no longer had the problem of not finding the SDK when creating a New Android Project.
I just installed android studio from old setup and updated it. Now while creating a new project there are no default templates other than these two.
Please help to get that back.
here is the screenshot.
You can see your templates in Android-Studio/plugins/android/lib/templates/activities. In your android-studio there are two activities.So you see two templates.For more templates you can add templates from old android-studio in this android-studio in above path.
"Seems like you have updated the Android Studio but you have not yet updated the SDK, Would you please try updating the Android SDK with latest one and all its components.. This might solve the problem..."
well I updated my studio, and while creating a new project I check marked "include c++ support"(New Feature), so because of this I was not able to see more default template.
So I just unchecked "include c++ support" and everything works good as before.
Thankyou
I made an app and after many days I want to run it again . Because of my project was on SVN for using the app I follow this steps :
1.File--> New--> Other--> SVN--> Project From SVN ... and so no
But when I right click on the project name to run it there isn't item call "1 android application"
when I want to config it for running ,in Android tab --> Project--> Browser I can't see my project and it's list is empty .
Also I can't find AVD for running on it (I made three AVD already...)
How can I fix it... :(
please guide me.
Thanks ;)
Ensure that your AVDs are running Android version with target API. For example if your project is for API 14+, no AVD with API < 14 will be listen on Target AVD list.
In the comments you told you are not seeing any Android tab in the project properties, you should be seeing something like this:
I would think then, that you do not have the Android SDK well configured, or your project is not set to be an Android Project.
Try re installing the Android SDK. Or creating a new Android project and copy all the files in that new project.
I recently reinstalled my OS, and used to have a PhoneGap / Android project. Now I want to use it again, so I reinstalled Eclipse and the ADT plug in. So far so good. Now the instructions say:
"Choose New > Android Project"
However, Android Project doesn't show up under new projects, like it used to.
http://www.adobe.com/devnet/html5/articles/getting-started-with-phonegap-in-eclipse-for-android.html
I downloaded phonegap-2.6.0, but perhaps it isn't connected to Eclipse... what do I do at this stage to get Android Project to show up?
If there is no 'Android Project' under the menu it is not about PhoneGap it is maybe about ADT, are you sure you installed it correctly ?
And, also you can create Android Project with PhoneGap by using 'command line', then you just go to the same menu:" New > Project " then choose Android Project with existing source choose the path you created before by command line and that's it.
edit1: Make sure you locate true directory for 'android-sdk-mac_x86'
edit2:this is how you create Android project by using Terminal
/path/to/cordova-android/bin/create /path/to/my_new_cordova_project com.example.cordova_project_name CordovaProjectName
I had a similar problem. For me, Eclipse wouldn't respond when I clicked Finish when importing source from a phonegap project.
I later found that I had mentioned an incorrect path to the android-sdk.
Check if that is your problem.
If it is, here is how you change it:
In Eclipse IDE, click on the Window menu and then Preferences.
A pop-up will be opened.
On the left pane, click on Android (click on it, not on the + sign beside it).
In the field SDK Location, click Browse and point to the location of your android-sdk.
You are done!
Hope that helped.
EDIT:
I am using Eclipse Juno, but the options must hopefully be pretty much the same for other versions too. Please comment if this is incorrect.
I have downloaded SDK to the Eclipse and installed the ADT Plugin but when I want to create a new Android project all I get is : File -> New ->(No Applicable Items).
How can I solve this?
Thanks.
Make sure that you are using the right perspective in Eclipse. Window -> Open Perspective -> Other...
Click on new "project", then you can select what type of project. I myself could not find out how to, it is a confusing layout and a bit poorly presented. Once you pick the project you simply click on an "Android" folder of options and can start programming away. Hope that helps!
I used to work with Eclipse Helios
And in that it was straight forward
File -> New Android Application Project
In my new Company they Work with Eclipse Juno
and for Eclipse Juno I have to go little deeper in Menu
File -> New -> Project -> Android -> Android Application Project
You may have installed Eclipse and the Android SDK, but don't forget about the ADT Plugin. After installing it, these instructions are particularly straightforward in getting the ADT Plugin to work in Eclipse.
In general, this link provides the steps to take following downloading the SDK. Perhaps you installed it but never imported it into Eclipse (this link also encapsulates the second link I've posted when hitting "Next" on the instruction page twice).
change the workspace address. I got the same problem but it works after i change it.