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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -