juedi998
juedi998
大佬们求助啊,本菜在调用jni函数时看到了一堆的异常,修补完了一个又来一个,然后现在这个异常由于本菜经验尚浅实在看不出是什么情况触发的异常,有知道的大佬麻烦告知下原因以及解决方案,感谢!!! 程序执行结果如下: `JNIEnv->FindClass(java/lang/Boolean) was called from RX@0x4009765d[libmain.so]0x9765d JNIEnv->FindClass(java/lang/Integer) was called from RX@0x40097677[libmain.so]0x97677 JNIEnv->FindClass(java/lang/String) was called from RX@0x40097691[libmain.so]0x97691 JNIEnv->FindClass(com/taobao/wireless/security/adapter/common/HttpUtil) was called from RX@0x4008955f[libmain.so]0x8955f JNIEnv->FindClass(com/taobao/wireless/security/adapter/umid/UmidAdapter) was called from RX@0x40089e9f[libmain.so]0x89e9f JNIEnv->FindClass(android/content/Context) was called...
Hi, i deploying in the project with chrome-dev-tools-runtime; in execute the Test project, that throw Unhandled Exception: System.Net.Http.HttpRequestException: An error occurred while sending the request. can u tell me so...