I downloaded and installed Android Studio for Mac. Then, I tried to create a new blank project: the following is the result I had at the end of the wizard, after clicking Finish:
It seems Android Studio can't create a regular project.
Can you tell me why? What can I do?
Thanks in advance.
I had a same problem. I upgraded it to 0.2.13. Goto Help->Check for Updates. And now its working.
This is a bug in android-studio-bundle-130.737825, visit here https://dl.google.com/android/studio/patches/updates.xml for more update information.
For mac user, please click Help-Check for updates. If it doesn't work, please find Info.plist in your Android Studio.app. There will be a fragment as
<key>VMOptions</key> <string>
and put
-Didea.updates.url=http://dl.google.com/android/studio/patches/updates.xml
-Didea.patches.url=http://dl.google.com/android/studio/patches/
in string.
I was able to fix it be checking the "Include kotlin support" on the first screen when creating the Android project.
Related
I am making new android project from file menu->new->project and it is showing this dialog
can anyone help me to create a new project.
I am using android studio 3.0
Under Java click on Gradle and then click next. I have never seen that UI before but that is what your looking for.
When I was upgrading the Android studio to 3.1.2 at that time I was also facing the same problem. To solve this, You have to enable the Android Support Plugin. Make sure it's enabled.
Go to Setting -> Plugin -> Clicked on Android Support-> It gives you a popup to enable -> Click Ok
After that restart the Android studio. Please see the below image to enable that option.
It solved my problem, you can also try. It may help you.
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'm not able to create a new android project in eclipse.
Whenever I try to create one & reach last screen of the wizard & hit finish button, a empty project (just folder structure) project with the same name gets created in navigator window but the wizard does not go away.
It still has that finish button & nothing happens on clicking it again.
The project created in navigator should have at-least few files for me to start working on it.
Any help?
I'm using eclipse indigo on ubuntu 12.04
try to Use Following Suggestion i'm Not Sure But Might Help you.
1 ) Just go with default launcher image (blue smiley) instead of customizing it and it should work.
2) If you have installed support library>8 Still get the error msg
-->Delete the support library from the SDK manager
-->Create a new project & install the support library by clicking on "Install / Upgrade"
also Check this answer for More Information.
Hope it will Some How Help you.
This might happen due to improper instalation..Can you specify what the message/error, it showing when you click finish on your project creation..?
else try to install eclipse again in someother location..
Installation steps-click here
Fwiw, I had this problem and I ended up reinstalling eclipse and the sdk, but I instead of installing them separately, I installed bundle:
http://developer.android.com/sdk/installing/bundle.html
and I don't get have this problem anymore.
When I click for creating android new project this window open .I have been restart even though I can't do this. error image is as.
and when click for check update from help menu then this error occure and pop up is that no update found what is problem ?
Your answer is in these three steps
1. goto window->Android SDK manager
2. Select Tools as in picture
3. then hit Install 2 packages at right bottom corner and let it be updated.
How about updating or re-installing the ADT plug-in by following the official guide?
http://developer.android.com/sdk/installing/installing-adt.html
Regards
Ziteng Chen
So you have to update Android SDK itself with new platform versions (the dialog you're not seeing) came out after the R20 SDK.
The easiest thing to do is go to the SDK page and download the newest version of the SDK. From there you'll be able to follow the guide you mentioned without problem.
I don't understand why that happens, is not for me but my company staff member also face this problem.
I click on Install/Update , that update something but problem is not solved, I also check "Check Again" option. This problem I face after update android 4.1. before update it worked perfect.
uninstall the android support library from the android sdk manager first . then while creating project you will asked this pop up again click install/upgrade and it will work....
it's problem with 4.1 sdk. once you do above thing it will solve your problem.. same happen to me..
Had this problem, try this.
Copy the contents from:
D:\android-sdk-windows\extras\android\compatibility
and create a new folder named "support" over here:
D:\android-sdk-windows\extras\android\support
and paste the contents inside that, Now restart eclipse and try again!