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.
Related
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
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 4 years ago.
Improve this question
Android Studio functions correctly for the most part, but I can't seem to use the emulator.
In the deployment target menu an emulator called emulator-5556 [DISCONNECTED] keeps appearing and disappearing about once a second. It always starts about 10 seconds after adb is initialized, when I open the run menu for the first time.
Whenever it does this, I cannot seem to run my app on the emulator, or on my own phone. The emulator starts up, but the app never gets launched. I've had the issue on every project I've opened.
In the run log this message appears whenever the issue is occurring and I try to run the program:
Device emulator-5556disconnected, monitoring stopped
I've also made a screen capture of the issue.
I found some other threads talking about other problems with disconnected emulators being fixed with the kill-server and start-server command, so I tried this, and while this does stop the issue for a little bit, it starts flashing the disconnected emulator again in the menu 10 seconds after I reopen the run menu.
Any ideas on how to fix this?
I've tried:
Restarting adb with kill-server and then start-server
uninstalling Android Studio and reinstalling it
deleting the SDK files and reinstalling them
deleting gradle, and reinstalling it
I've rebooted the computer multiple times
I think it's unlikely to be a computer related issue since I know several other people with the exact same laptop who didn't run into this issue.
The issue was that I had VideoStream installed on my laptop, which was using port 5556. Uninstalling the app fixed the problem.
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.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
When you download visual C++ 2008 express edition, this file exists:
./Microsoft Visual Studio 9.0/VC/redist/x86/Microsoft.VC90.CRT/msvcr90.dll
In the file redist.txt it says
The following list is a list of files available with Microsoft Visual Studio 2008 for redistribution under the Visual Studio 2008 license. If the Microsoft software you have licensed is not Visual Studio 2008, only the files that are installed by the Microsoft software may be redistributed under such license.
and includes the above msvcr90.dll
So my question is, does this license allow you to distribute msvcr90.dll from express or not? What does "only the files that are installed by the Microsoft software" mean? Any help? (specifically, is it not allowed to distribute a version of msvcr90.dll with an app built by mingw/gcc).
My current thought is that you can probably get away with "running" MS's official msvc redistributable exe. as part of your install process (or possibly download it separately, if you detect they do not have it installed)
See https://stackoverflow.com/a/9214753/32453