ArminKH
Well-Known Member
hi @Erel as u know we can create libraries directly by java
one of the good possibilities in java is automatically import classes which is used in project and the final step has a .jar and a .xml files
but some time for a small libraries the b4a is enough but when i want to use other libs i should check another libraries and it's okay but after compile that to a library my lib has dependency to third party libraries which i used them in my class
and what i want to do is repack all of them into one .jar file
i can do this by java,i can add them from as an external jars and do a wrapper for combine them but it's waste of times
as my English is bad so if you dont understood exactly this is an example:
- create a class
- use animation lib to add some animations to views by some functions in our class
- compile to library
result is a .jar + .xml file but has dependency to animation library
so what i want is repack automatically my class and animation lib to a single .jar and .xml file without need to check animation library
thank u
one of the good possibilities in java is automatically import classes which is used in project and the final step has a .jar and a .xml files
but some time for a small libraries the b4a is enough but when i want to use other libs i should check another libraries and it's okay but after compile that to a library my lib has dependency to third party libraries which i used them in my class
and what i want to do is repack all of them into one .jar file
i can do this by java,i can add them from as an external jars and do a wrapper for combine them but it's waste of times
as my English is bad so if you dont understood exactly this is an example:
- create a class
- use animation lib to add some animations to views by some functions in our class
- compile to library
result is a .jar + .xml file but has dependency to animation library
so what i want is repack automatically my class and animation lib to a single .jar and .xml file without need to check animation library
thank u