I have created 2 libraries for b4a. The first is a string library that mimics C and Pascal libs I have used for years. This lib works fine.
The second is a file handling lib that adds common Linux functions that I need in a new file manager project. Things such as reading and setting file permissions, moving and renaming files, things that are not in the b4a File class.
The file handling lib has no errors in generating the javadoc, and the .jar exports fine. My test project in b4a sees the new lib (yes I refresh each time I change the lib in eclipse and re-copy the files), and the project compiles without error in b4a.
The problem is that b4a shows an error in the logs on the Dim statement. In the unfiltered logs, I see that the method I call for the lib is not found. Also there is no classes.dex file in the objects dir of the project.
Why is the lib not being included in the project? I am using jdk 7 and both eclipse, and b4a are using jdk 7 as well. The paths are correct, and everything compiles and plays nice, except no classes.dex in being generated.
I'm confused...
--- Jem
The second is a file handling lib that adds common Linux functions that I need in a new file manager project. Things such as reading and setting file permissions, moving and renaming files, things that are not in the b4a File class.
The file handling lib has no errors in generating the javadoc, and the .jar exports fine. My test project in b4a sees the new lib (yes I refresh each time I change the lib in eclipse and re-copy the files), and the project compiles without error in b4a.
The problem is that b4a shows an error in the logs on the Dim statement. In the unfiltered logs, I see that the method I call for the lib is not found. Also there is no classes.dex file in the objects dir of the project.
Why is the lib not being included in the project? I am using jdk 7 and both eclipse, and b4a are using jdk 7 as well. The paths are correct, and everything compiles and plays nice, except no classes.dex in being generated.
I'm confused...
--- Jem