I'm calling a .java file via JNI that is using a resource path via R.path.resource. In regular java this works fine because R resolves to the package. In MonoDroid this is not working because R does not resolve to the MonoDroid package. I've tried replacing R in the .java file with the MonoDroid package name but get errors with that as well.
Can anyone help? Thanks DML -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/package-R-does-not-exist-tp5150315p5150315.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
