Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I was playing around Android Studio and don't remember what i changed, i am not able to switch my project back to flutter structure. I can open it in Visual Studio code correctly but in Android studio, it always open like below and i am unable to find option to revert back what i did.
When i click on project tab.
I had the same problem, the solution that worked for me was to cilk on the project button
Then select android (in my case) and switch it for project folder
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
What the advantages in using Android studio for building a flutter app?
How does it differ from visual studio code?
You can run the app in both IDEs. Android Studio is more focus on mobile development so maybe there are some functions that make the work easier, but in general lines, both are completely valid. If you have worked before with Vscode, for example, you can feel more comfortable with something that you know how it works. But both of them works fine.
You can also have other Ide, but Android studio is the one officially supported by google, creator of flutter. Other famous Ide's include Visual Studio Code, Screenshots, Intelij Idea etc
There are lots of comparisons between these two IDE on the web. You can search easily. I will share two of the relevant sources. One is:
Android studio-
Pros
Android Studio is the software built by Google themselves to be used for Android Development. As such, it's certain that support for it will never drop as long as Android apps are still being developed.
Studio is also the tool that Google recommends using for Android development and it's the IDE that gets updates related to Android first.
Cons
Gradle sync fail
Render problem
Class can't be found
Layout
Reinstall repository
Update SDK (even with latest version)
Android Studio is the official IDE for Android and it works great as an Android IDE. Unfortunately, that's the only thing it can do. If you want to develop applications for other platforms in Java, you have to learn another IDE as well.
Visual Studio-
Pros
Visual Studio Code comes fairly complete out of the box, but there are many plug-ins available to extend its functionality.
There is very solid TypeScript integration in Visual Studio Code. Both are developed by Microsoft and VSC itself is written in TypeScript.
Visual Studio Code has integrated Git control, guaranteeing speed, data integrity, and support for distributed, non-linear workflows.
These features allow you to have a glance at code without opening it as a whole in a separate tab. Moreover, editing is allowed.
Cons
Sometimes it doesn't tell you if you made a typo in a method name or if a method is not used and several other important features.
Because file search is so slow your results are limited in order to simulate a faster search.
It's absolutely not possible to use this tool with big projects given how long it takes to search for files.
These are the points I looked on comparing AS and VS from my point of view if you have a fast pc then I would suggest you to go with Android STUDIO. Although vs is faster compared to AS but AS have a lote more functionalities which is cherry on cake.
You can read from the second one too.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I am unable to connect the android studio emulator with the vs code editor
enter image description here
In image it shows no devices
However when i checked with the flutter doctor command it showed 1 device connected
enter image description here
You could try select the emulator manually.
In your VSCode press CTRL + P then type >Flutter: Launch Emulator and select an existing emulator or create a new Android Emulator.
Another option would be launching the application through the VSCode terminal. Run flutter emulators to get the list of emulators and then flutter emulators --launch [emulator id]
flutter emulators
flutter emulators --launch <emulator id>
To launch a specific device:
flutter devices
flutter run -d <device id>
Refer this Link if you are a windows user. you could basically launch emulator from terminal.
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 6 years ago.
Improve this question
I tried to install Android Studio 2.1 on my netbook, 32 bit.
But, after I execute android-studio-bundle-143.2915827-windows.exe, an error occurred and I cannot install it.
the following SDK components were not installed android support repository and android sdk tools
I searched it but I have no idea what to do, would you please help me?
I click "retry", but this error occurs again, then I click "cancel" and uninstall and reinstalled it, this error happens again.
Sorry, I just needed to run .exe as an administrator.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I tried and can download the latest version of the xamarin studio (i.e. 5.7.2) from the account, but I cannot find any option for xamarin studio 5.8. I am looking for xamarin studio 5.8 download link.
Windows or OSX? You should be able to download via the updates menu inside of Xamarin Studio itself. Here is the hard link: http://download.xamarin.com/studio/Mac/XamarinStudio-5.8.0.443-0.dmg.
Maybe they just updated the site? I checked my install files on my subscription page and it is there in the dropdown list.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I am going to develop a windows application for a customer which takes probably one month for development. As our company doesnot want to invest much for this project can i use trial version of Visual Studio professional 2012? will it cover all features and will be ok for deployment?
i see it is easy to extend with paied version in case the project will be extended
As per EULA: You may only use the trial software for internal evaluation purposes.
That would mean that it should not be used to deploy the software compiled with it.
The trial version works for 90 days so that should work. But then if they want maintenance done on the application they will have to install the Visual Studio 2012 Trial again, on another PC (or re-install Windows first on the original PC, and then re-install Visual Studio 2012 trial on it), or purchase a full license.
Do you need all the features of Visual Studio 2012? Perhaps the Express Edition (which is free) is capable enough. Then there will be no problem with an expired license etc.
Yes you can. You can download the express version of VS using this address http://www.microsoft.com/visualstudio/eng/downloads#d-express-windows-8.
Of course there are some differences between the paid version and this one, but basically both are the same software.
I think the biggest difference is the fact that the professional edition wraps all the supported environments and the express edition you have to download whatever you want separately.