简体   繁体   中英

How visual studio 2015 build android project

I need an expert's explanation about how visual studio 2015 builds the android application. Before going to develop a complex and costly application with Visual Studio 2015, knowing the build process will help to avoid bugs that cannot be resolved.

Do they build the project as a java binary code or native code? If they use a java build, is that process the same as the gradle build? If they use native, what is the steps involved with the building process?

How Xamarin involves with the building process?

If you use Xamarin in Visual Studio you will get a native application after build so the performances of it are the same. You can also use Cordova in Visual Studio 2015 but then application you build are not native.

You can read more about Android Build process of Xamarin here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM