He http://mono-for-android.1047100.n5.nabble.com/file/n5687687/PayPal_MPL.jar PayPal_MPL.jar
Here is .jar library for PayPal payments (attached), I use it in my project. I add library to project with "Build Action = AndroidJavaLibrary" and create wrapper for access to library's methods. In addition to .class files, this library contains two resource files com\paypal\android\utils\data\data.bin com\paypal\android\utils\data\locale.bin these files are required to be built into destination .apk, but I cant get in thorough any monodevelop settings. All the classes of this library are built properly, excepting these resources. How can I get these files to be built into apk ( "com\paypal\..." directiories should be saved into apk too)? I tries to add these files manually by "aapt.exe" tool, but this caused some problems: 1) File can be added to root folder of .apk only 2) Application starts successfully, but after that crashes with random exception (look's like adress pointers inside apk became broken after adding new files or something about). -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Adding-custom-resources-to-apk-tp5687687.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
