简体   繁体   中英

Can not correctly add Urban Airship PhoneGap/Cordova Plugin

I need to include Urban Airship PhoneGap/Cordova Plugin to my Visual Studio Cordova project. Visual studio successfully built the apk file, and installed it on emulator and went to debug mode. When app is launched, the crash happens and I only see message box saying The application error occurred .

I understand that the crash reason is incorrect plugin including. Here is the confix.xml , log of building and Visual Studio -built AndroidManifest.xml (from \\bld\\Debug) .

Please help correctly include this plugin.

Without crash logs its hard to say. Usually the problem is with the custom_rules.xml file not being deleted in the root of the Phonegap Android project. It prevents libraries that contain resources from being packaged properly.

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