简体   繁体   English

我可以在Android应用程序中使用.Net Dll吗

[英]Can i use the ,Net Dll in Android Application

is android app compatible with .net dlls. 是与.net dll兼容的android应用。 if it is compitable so how we can use the .net dll with Android apps 如果它是可组合的,那么我们如何将.net dll与Android应用程序一起使用

In general case no! 一般情况下不! To use .NET over Android you should use Xamarin https://www.xamarin.com/platform . 要在Android上使用.NET,您应该使用Xamarin https://www.xamarin.com/platform The main problem is that Android apps generally uses JVM & Java stack, and .NET in the same time has it's own structure. 主要问题是Android应用程序通常使用JVM和Java堆栈,而.NET同时具有其自己的结构。 so, in case of Xamarin your Java stack is being temporary "changed" to mono engine: Architecture 因此,在使用Xamarin的情况下,您的Java堆栈被临时“更改”为单引擎: 体系结构

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在android应用程序中使用dll文件 - Use dll files in android Application 如何在Android应用程序中使用SQLite? - How can I use SQLite in android application? 如何共享数据库Android应用程序和.net Web应用程序? - How can I share database android application and a .net web application? 我可以在sencha应用程序(Android)中使用android AsyncTask吗 - can i use android AsyncTask in sencha application (Android) Android 默认日历应用程序,我可以在我的应用程序中使用它吗? Object - Android Default Calendar Application, Can I Use It's Day View Object I Can Use In My Application 我可以在 android 中同时在两个应用程序中使用陀螺仪传感器吗? - Can I use gyroscope sensor in two application at same time in android? 如何在Java应用程序中使用Android导出的SQLite数据库 - How can I use Android exported SQLite database in Java application 我可以在桌面应用程序中使用Android SDK类吗? - Can I use Android SDK classes in a desktop application? 我可以将Android 4 HttpResponseCache与基于WebView的应用程序一起使用吗? - Can I use the Android 4 HttpResponseCache with a WebView based application? 如何在Android的ServiceTestCase中使用真正的Application对象 - How can I use a real Application object with Android's ServiceTestCase
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM