How do I open a new project in Android Studio?
I'm trying to open a new project
But instead of a window of quick opening
I get this screen
The project opens differently than usual
Has something gone wrong with definitions?
How do I get to a "quick opening" window
Thanks in advance for your help
At the bottom of your screen there are several error messages related to loading plugins, most notably:
Required plugin "Android Support" is disabled
I would bet that this is why you are seeing a different New Project dialog as your copy of Android Studio can no longer use Android-related functionality. In order to re-enable this plugin, go to File -> Settings -> Plugins and ensure that the entry for Android Support and everything else Android-related is checked.
You may need to restart Android Studio once you've done this.
I think you're already in a new project. Look at the paths in the top of the screen shot. It's asking you to set up the parameters of the project, after which, you can save the project with a correct name. You look to have tried this 22 times prior to this screen shot, you're in "untitled23" for your project name.
Related
after I did the last update, the order app is no longer displayed
Photo
how can I show this again?
Tap on Project -> Select Project (You have selected Android rightnow)
Unfortunately, this cannot be displayed again due to the setting of Android Studio.
There are 3 solutions that were an option for me:
Simply open the files app under "Project".
Create a new project and add all of your app's files to it.
Uninstall Android Studio and reinstall it!
And in general, the 1st solution is sufficient, because this is only a view of the app files. It doesn't change the app :)
I'm using Android Studio to create a new project, but when I click "Create New Project" it takes me to a window about choosing additional libraries and frameworks and then a huge empty box that says "Command Line App." How can I get to the window that lets me configure my project and choose the API and layout and such? screenshot of the first window that opens:
Is it the first time you use android studio? Which version are you using?
When you installed it, did it throw any error?
You can try checking this page which demonstrates how to configure it.
Visual Studio 2015, Update 3.
Create a blank solution. Choose Add New Project -> Visual F# -> Android.
Create either a Blank App (Android) or a Unit Test App (Android).
The app is created successfully.
Right click on References, and choose "Add Reference". The following dialog box pops up:
Note that when you look at the Project Properties, there are two "Application" tabs. The second one generates an error:
Once the project has been unloaded, it can no longer be reloaded. The resulting error message is:
I have reported this on the Xamarin Forums, but the process is slow. I'd like to find a workaround, but I'm fumbling in the dark. Once I've unloaded the fsproj file, I can't find any mention of "frameworkName", and I can't reload it either.
My Android settings appear to all be up to date:
Does anyone know of any workarounds that will allow me to start unit testing my existing app?
I believe I have a fix for this issue :)
Xamarin expects F# 3.x to be present, which at this point must be manually added. You should be able to download F# 3.x here
Please let me know if this fixes the issue for you.
Thanks!
Edit: I have filed the following bug as well: https://bugzilla.xamarin.com/show_bug.cgi?id=42970
I think this is probably a basic question, but I just could not find the button. I was trying to create a new Android project from the starting page. But when I click on New Project it gives me a page with the options of Java, Maven, Gradle, Groovy Griffin... instead of the familiar starting page with Blank App, Google Map, etc.
When I opened a previous project, it opens Tags like C:, Users, Android, etc. The image is below:
Any idea how do I find that page back?
You may need to update the SDK first, by SDK Manager.
Don't know what happened, but I closed Android Studio for one day. When I opened it the second day, it got back normal. (I also closed all project when closing the Studio.)
I have downloaded all documentation with SDK manager help. But how can I open this documentation and the samples of code in Android Studio after downloading?
According to Android Studio Tips and Tricks, you can press Ctrl+Q to show docs for selected API under Windows or F1 under Mac.
For the samples , you can use eclipse to export to Android Studio.
First you need to make sure the documentation is added to Android Studio.
Go to File -> Project Structure. Under the Platform Settings heading, add or select an Android Platform. Go to the Documentation Paths tab and make sure the path to your SDK's documenation folder is added there - it should be [SDK]\docs\reference, where [SDK] is the full path to your SDK installation. If it is not there add it manually.
Once this is done, use Ctrl+F1 while your cursor is on the item you want to display help for.
The samples have not been ported to Android Studio yet, but I'm sure google will get around to it at some point. For now follow the instructions in the comments by androidika (you will need a copy of Eclipse installed).
In Android Studio you need to download javadoc dependency which is part of sdk.
If you enable documentation to appear while writing code in android studio by navigating to
File-> Settings-> Editor-> General-> Other
and
selecting(check box) Show Quick documentation on mouse move, you would get irritating after some time because it will come out automatically you when you would be writing code.
So, I think we should go to alternative ways by using Ctrl + Q(on Ubuntu at least I am not sure of other environments). This way when you would feel help you can simply use the simple command.
I was trying to find this setting in the latest build of android studio, and after wasting a lot of time I finally found out that now the ide automatically finds the documentation, which can be opened with shift+f1 on a method.
Now a days once you Import project in Android studio, it will automatically shows docs. But on mouse hover you want to expand it.
Docs hover page was simply resized very short like the above, it looks like docs is not avail. But when I Carefully moving the mouse down to the bottom of the hover page allowed me to resize it.