A little bit lost here. I am using B4A to build a Jar with the below code:
But the final jar (stan.jar built by the B4A project) does not include "android-support-annotations". Unless I add the attached "android-support-annotations.jar" to the libs folder of my library project it will not compile with SLC. If I add the attached Jar then it compiles without a problem.
What am I missing when building stan.jar?
Rgds
JS
B4X:
#AdditionalJar: com.android.support:support-v4
#AdditionalJar: com.android.support:support-compat
#AdditionalJar: com.android.support:support-annotations
But the final jar (stan.jar built by the B4A project) does not include "android-support-annotations". Unless I add the attached "android-support-annotations.jar" to the libs folder of my library project it will not compile with SLC. If I add the attached Jar then it compiles without a problem.
What am I missing when building stan.jar?
Rgds
JS