I need to use https://github.com/phil-brown/droidQuery in a new android project. Unfortunately droidquery looks to be an eclipse project and I need to use it as a library in Android Studio. Can this be done?
Asked
Active
Viewed 64 times
0
-
You should be able to import it as a module (File > New > Import Module), though it may require some adjustment after being imported. – CommonsWare Mar 02 '16 at 18:04
-
Looks like it's in there now, had to modify the build.gradle a bit and now I'm getting some missing package errors but I'm making progress – AlexF11 Mar 02 '16 at 18:17