-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an external jar dependency? #11
Comments
From https://raw.githubusercontent.com/BuildAPKs/buildAPKs/master/scripts/bash/build/build.one.bash |
I've already solved this by doing the following: put the jar file(s) in the project folder, edit buildOne.sh to include the jar file(s) in the |
@pollen5 BuildAPKs/buildAPKs#1 |
Reference from BuildAPKs/buildAPKs#2 (comment) |
Hey there, i just discovered this yesterday and its nice but I'm stuck here, how would you add an external jar dependency in this case i want to use OkHttp
I downloaded okhttp.jar and its dependency okio.jar
What would i need to modify in buildOne.sh to link this jar files with it and use it.
Thanks.
The text was updated successfully, but these errors were encountered: