Use Xamarin to develop Android applications in Visual Studio
The environment used in this article is Windows 8 Visual Studio 2012.2
1. Download Xamarin
Http://xamarin.com/download
2. Install Xamarin
Run the EXE file after download
Then go through some necessary next steps
If you want to develop Android, Android must be checked. IOS is optimistic.
Add the Android SDK path by yourself
Disable the enabled Visual Studio instance.
After that, various installation and downloads started.
10 minutes later... Installation Complete
3. Configure the Android SDK Environment Variables
Note the operations here. Find your Android-SDK installation directory and add an environment variable.
ANDROID_SDK_HOME = D: \ Program Files (x86) \ adt-bundle-windows-x86_64-20130219 \ sdk
In addition, you also need to add
% ANDROID_SDK_HOME %/tools; % ANDROID_SDK_HOME %/platform-tools; Note: There are two (if Visual Studio is enabled, restart Visual Studio to take effect)
4. Create an Android Project
Open Visual Studio and we can see these Android projects.
The authorization information is displayed when you create a new instance.
If you want to try it out, click to try it out, or enter a License or use an Xamarin account.
If you use the Xamarin account, you will be directed to Xamarin for authorization.
Do not close the page after authorization. Wait for a while. Then, the VS will prompt you, restart VS, and the authorization is successful. The project list is displayed naturally.
Click Debug. The select Simulator Interface is displayed. Select Start emulator image.
Then create a new emulator image
Then create a simulator. Alternatively, you can use the Device Definitions tag to create a simulator using the template. Click Start after the Device is created.
The simulator runs, even if it is successful.
In this case, you can select a device from the device selection page.
After a period of waiting, the program can run. I can also test the click program created by the default template.
Reference:
Android SDK: http://developer.android.com/sdk/index.html
Use Visual Studio Code to develop TypeScript
Visual Studio Code simple trial
Visual Studio Code trial
Visual Studio 2010 & Help Library Manager installation instructions
How to configure OpenCV 2.3.x/2.4.x in Visual Studio 2005/2008 and Visual Studio 2010
Use the opencv-2.4.0.exe file to compile the x86 or x64 platform Visual Studio 2005/2008/2010 target file
Visual Studio LightSwitch supports HTML5 and JavaScript
Visual Studio 11: use C ++ to develop a simplest Metro application
Visual Studio details: click here
Visual Studio: click here
This article permanently updates the link address: