Экспорт в apklib одной командой

Jan 14, 2014   #android  #linux 
#!/bin/bash
if [ ! -f build.xml ]; then
    android update lib-project -p .
fi
zip -9 ${PWD##*/}.apklib -r libs src res \
    AndroidManifest.xml build.xml build.gradle project.properties

comments powered by Disqus