maven - How to import / reference a gradle application in android application using command line (ant) -


i using android command line tool (ant , adb) manage application.

as project has no "gradle" specifications, wondering how import following gradle library (android google datepicker).

https://github.com/flavienlaurent/datetimepicker 

the files found @ root of application are

$ ls androidmanifest.xml  build.xml  local.properties      res ant.properties       gen        proguard-project.txt  src bin                  libs       project.properties 

i use following commands build , install application

$ ant debug $ adb install -r <path apk> 


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -