我是全新的android Studio,我根据本教程构建了一个应用程序,该应用程序在模拟器上运行良好,但是当我尝试在我的物理设备上运行它(通过USB连接)时,应用程序得到部署并启动,但只要我点击一个按钮,其中包括调用'com.azure.android:azure- communications -calling:1.0.0'"应用程序崩溃,错误-
java.lang.ClassNotFoundException: Didn't find class "com/microsoft/media/NTLMEngineImpl"on path: DexPathList[[zip file "/data/app/~~ASAuPXcIxSXpXvIXvdBz6Q==/com.example.intercom-trFe1JVZL8mL-E4KBKikCg==/base.apk"]
任何想法?
在androidmanifest.xml文件tag.
下使用以下代码<uses-library android:name="org.apache.http.legacy" android:required="false"/>
检查解决方案的链接https://github.com/Laerdal/Xamarin.AzureCommunicationCalling/issues/1