I good friend has proceeded to wrap an external jar for me - greatly needed for my project. It uses three files: VehicleSerial.jar, VehicleSerial.xml and vehicle-serial.jar (the one being wrapped).
Attached is the result.apk which is 450 kb in size from the demo project when HE compiles it (Win 7). Works fine - no issue.
Also attached is the testbt.apk (136 kb) when I compile it (Win XP).
When I run my test example, I get a class not found error - due to the fact that the DependsOn (vehicle-serial) jar did not get included in the resulting apk...
I have tried compiling on two different machines and get the same result...
All files are correctly placed, in the Additional Libs folder, we have tried using different javac (1.6 and 1.7), different android.jar (version 8 and 14) yet nothing seems to help.
I have not had this issue with any other wrapped libs and find it very confounding.
Sample project attached (testbk.zip). The resulting apk should be 450 kb when compiled. It actually won't do anything for you since it needs to connect to a Bluetooth device I have.
ANY help or suggestions are most welcome.
Thanks
Harris
Attached is the result.apk which is 450 kb in size from the demo project when HE compiles it (Win 7). Works fine - no issue.
Also attached is the testbt.apk (136 kb) when I compile it (Win XP).
When I run my test example, I get a class not found error - due to the fact that the DependsOn (vehicle-serial) jar did not get included in the resulting apk...
I have tried compiling on two different machines and get the same result...
All files are correctly placed, in the Additional Libs folder, we have tried using different javac (1.6 and 1.7), different android.jar (version 8 and 14) yet nothing seems to help.
I have not had this issue with any other wrapped libs and find it very confounding.
Sample project attached (testbk.zip). The resulting apk should be 450 kb when compiled. It actually won't do anything for you since it needs to connect to a Bluetooth device I have.
ANY help or suggestions are most welcome.
Thanks
Harris