Visual Studio 2013 debug Android - visual-studio-2013

I downloaded Apache Cordova CTP3.0 for VS2013.
If I create a new Cordova project I notice I have the option to debug using Android in the configuration manager.
I have a Monaca project that I previously created but that only lists "Any CPU". How do you add Android to the configuration manager so I can debug in Android?

To develop Monaca project on Visual Studio, you should install the following extension (called Monaca for Visual Studio).
https://visualstudiogallery.msdn.microsoft.com/1ed1f1bd-494e-45da-99ac-6e05b2648eef
Then you could start running the app on Monaca Debugger.

Related

How to debug Roslyn source generator in VS 2022?

Context
I was able to debug my source generator in VS 2019 by setting the project properties/debug Launch to Roslyn Component, then the target project combo to one of my consuming project:
Now this feature seems to be missing in VS 2022, I can not create a launch profile using the Launch Profile UI with similar settings.
Question
How can I debug Roslyn source generator in Visual Studio 2022?
I got it working in VS 2022 17.1.0. Follow this instructions:
https://github.com/JoanComasFdz/dotnet-how-to-debug-source-generator-vs2022
Also make sure in the Visual Studio Installer that you have installed the .NET Compiler Platform SDK.

Project configuration not showing in Visual studio 2019 (Xamarin)

I've opened my Xamarin Forms project (originally created in VS Mac) in Visual Studio 2019 on Windows.
I've got 3 Projects (App, App.iOS, App.Android). I had created some additional build configurations (Debug-Staging, Release-Staging and Debug-Prod, Release-Prod).
However, when opening in VS 2019, I can only see the standard Debug and Release configurations for the Shared App Project. (additional release configs seem to be there for the iOS and Android ones).
Any ideas how to resolve this?
If I click New and add Release-Prod, the dropdown for my shared project doesn't update..

Visual Studio 2017 Removes UWP App on Each Deploy

I have a UWP app project that was created using Visual Studio 2105. I have started using the same solution in Visual Studio 2017. However, I have noticed that the app is removed and reinstalled on each deploy. So, all my pinned tiles, registered background tasks, app states are reset on each deploy making it difficult to debug.
I ensured that "Uninstall and then re-install my package." is unchecked in the project properties. I cannot find any other configuration controlling this behaviour. How do I solve this?
Edit: Here is the build output from Visual Studio while deploying the app in Debug configuration.
On the StartUp project - right click and select properties. Select Debug tab.
Untick "Uninstall and then re-install my package. All information about the application state is deleted."

error in running a app in visual studio

firstly I installed visual studio 2015 community. at the end of the installation the android sdk, ios and xamarin studio didn't downloaded correctly Message appeared.
then i was having an offline setup of xamarin studio only so i installed that successfully.
after that i created a new project by FILE->new project-> visual c# -> android ->blank app on visual studio.
now when i RUN it, there are many errors like :
Xamarin.Android for Visual Studio requires Android SDK. Please set Android SDK path on Tools->Options->Xamarin->Android Settings menu.
Since i installed only XAMARIN studio not android sdk, so can i install android sdk again externally just like i installed xamarin studio and if YES then How?
Try Update All the SDK because your project may required higher SDK to build
In Xamarin Studio, Open Tools--->Open Android SDK Manager----->Then install what is missing

Mono android not working?

I my visual studio 2010 i add mono android.And i installed android sdk and java sdk.But it always shows
'C:\Users\Dell\AppData\Local\Android\android-sdk\platforms\android-8'.
Ensure you have installed support for this Android platform version in
the Android SDK Manager. C:\Users\Dell\documents\visual studio
2010\Projects\MonoAndroidApplication1\MonoAndroidApplication1\aresgen MonoAndroidApplication1
How to slove this?
Start Android SDK Manager either from inside Visual Studio or from the location "C:\Users\Dell\AppData\Local\Android\android-sdk\tools\android.bat".
Once its done loading packages... checkmark "Android 2.2 (API8)" to install support and your error will be resolved.
Alternatively, if you are not planning to support Android 2.2 and are fine with the latest Android version, then in Visual Studio, go to Project Properties >> Application and change the API to whatever API you want.

Resources