Help me. File jar is available in folder /libs
File gradle is not available? How to import jar?
Help me,.,…
Some times you must specify the lib manually in gradle file, try to check if the foler name is libs
not lib
Or in gradle, find a file like this:
/*in this sample, subfolders are not permissive*/
compile "./libs/*"
/*this might not work*/
compile "./libs/*.*/*"
Try to check too if the folder is in the right place and kill the app in app setings.
Another choice is to specify the full dir
compile "/sdcard/AppProjects/LIBS/okhttp.jar"
1 Like
I created the “mobile game” project (libgdx) so there is no gradle file here. help me :((
What is paste? …
Copy and paste, i think you aren’t from US…