This is my first time working with Eclipse and Java, so please bear with me.
I'm trying to wrap a Android View Library as a B4A Library.
The progress so far is probably quite good (thanks to Library Generator by XverhelstX getting me started), but there is one problem: On a code line that is using R.Java I get a NoClassDefFoundError.
If I'm not mistaken, this is because the R File and the resources are not included in the library project of the library to be wrapped.
What do I need to do to fix this?
Is there a way to include the resources in an Android library project?
I'm trying to wrap a Android View Library as a B4A Library.
The progress so far is probably quite good (thanks to Library Generator by XverhelstX getting me started), but there is one problem: On a code line that is using R.Java I get a NoClassDefFoundError.
If I'm not mistaken, this is because the R File and the resources are not included in the library project of the library to be wrapped.
What do I need to do to fix this?
Is there a way to include the resources in an Android library project?