I was wondering if it is possible to write one library that works both for B4A and B4J?
For the moment I always create two versions:
B4A:
Referenced libraries:
- B4AShared.jar
- Core.jar
Compile:
- Java 1.7
B4J:
Referenced libraries:
- jCore.jar
Compile:
- Java 1.8
For the moment I always create two versions:
B4A:
Referenced libraries:
- B4AShared.jar
- Core.jar
Compile:
- Java 1.7
B4J:
Referenced libraries:
- jCore.jar
Compile:
- Java 1.8