您的位置:首页 > 移动开发 > Android开发

Xamarin.Android - Binding to android native SDK with AIDL file

2016-09-08 18:50 931 查看
Binding Steps:
1. VS (Xamarin) : follow the normal binding step e.g. add the target sdk .jar with build action as "EmbeddedJar" in binding project
2. JAVA: compile the .java file generated from the .aidl file as .Jar
3. add the .jar step 2 to Binding project as build action of "EmbeddedReferenceJar"
4. add the .aidl file in Xamarin.Android project (not the binding project) with build action as "AndroidInterfaceDescription"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐