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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -