R raaiman Member Licensed User Longtime User Jul 18, 2013 #1 I want to make lib by b4a, but i need to use extra jar. How i can add "jar" to b4a to make it to b4a lib? Using "@dependson"? how to do? thanks
I want to make lib by b4a, but i need to use extra jar. How i can add "jar" to b4a to make it to b4a lib? Using "@dependson"? how to do? thanks
Erel B4X founder Staff member Licensed User Longtime User Jul 18, 2013 #2 How do you access this jar code? Is this jar a B4A library? Upvote 0
R raaiman Member Licensed User Longtime User Jul 18, 2013 #3 Erel said: How do you access this jar code? Is this jar a B4A library? Click to expand... NOT B4A library, a normal Android jar. Upvote 0
Erel said: How do you access this jar code? Is this jar a B4A library? Click to expand... NOT B4A library, a normal Android jar.
Erel B4X founder Staff member Licensed User Longtime User Jul 18, 2013 #4 So how does your B4A code access the classes in this jar? Upvote 0
R raaiman Member Licensed User Longtime User Jul 18, 2013 #5 Erel said: So how does your B4A code access the classes in this jar? Click to expand... I just do not know how to do. eg: I want to hnow AdMod (b4a lib) work with "GoogleAdMobAdsSdk.jar". can this do only using b4a no eclips. Upvote 0
Erel said: So how does your B4A code access the classes in this jar? Click to expand... I just do not know how to do. eg: I want to hnow AdMod (b4a lib) work with "GoogleAdMobAdsSdk.jar". can this do only using b4a no eclips.
Erel B4X founder Staff member Licensed User Longtime User Jul 18, 2013 #6 I'm not sure that we understand each other. You cannot access a non B4A jar such as GoogleAdMobAdsSdk directly. You will need to create a Java library for that. Upvote 0
I'm not sure that we understand each other. You cannot access a non B4A jar such as GoogleAdMobAdsSdk directly. You will need to create a Java library for that.
R raaiman Member Licensed User Longtime User Jul 18, 2013 #7 Erel said: I'm not sure that we understand each other. You cannot access a non B4A jar such as GoogleAdMobAdsSdk directly. You will need to create a Java library for that. Click to expand... lol. If i need to make B4a lib with eclipse when i need to access a non B4a jar? Upvote 0
Erel said: I'm not sure that we understand each other. You cannot access a non B4A jar such as GoogleAdMobAdsSdk directly. You will need to create a Java library for that. Click to expand... lol. If i need to make B4a lib with eclipse when i need to access a non B4a jar?