I'm trying to use a working java project as library in B4A. I've followed the instructions given in Create Simple Library to export .jar file & to generate xml file.:sign0104:
But when i try to use that object in a B4A project it throws error while compiling which says :
Parsing code. 0.00
Compiling code. 0.08
Compiling layouts code. 0.00
Generating R file. 0.31
Compiling generated Java code. Error
javac 1.7.0_03
src\b4a\example\main.java:232: error: package com.example.finalimagezoom does not exist
public com.example.finalimagezoom.ImageZoomWrapper _it = null;
^
1 error
I'm clueless with what could have went wrong. Any idea as to how can i overcome this issue.Please help :sign0163:
But when i try to use that object in a B4A project it throws error while compiling which says :
Parsing code. 0.00
Compiling code. 0.08
Compiling layouts code. 0.00
Generating R file. 0.31
Compiling generated Java code. Error
javac 1.7.0_03
src\b4a\example\main.java:232: error: package com.example.finalimagezoom does not exist
public com.example.finalimagezoom.ImageZoomWrapper _it = null;
^
1 error
I'm clueless with what could have went wrong. Any idea as to how can i overcome this issue.Please help :sign0163: