android gradle - How to add a build step after packageApplication -
how add build step after packageapplication , make sure xxx-debug-unalined.apk has been generated?
i use packageapplication.dolast, works ok on windows, fail on linux, because xxx-debug-unaligned.apk not exist.
any appreciated!
see also: how support osgi in android gradle plugin environment?
i fixed issue.
it failed on linux,because updatezipfileentry use temp file in /tmp file system, rename file, renameto method ran failed,return false.
because can not rename file in /tmp filesystem. change output dir, works ok.
Comments
Post a Comment