weidian-inc / hera

A framework for running WeChat applet. (小程序 SDK,小程序转 H5,小程序转安卓、iOS 原生应用、小程序渲染引擎)

Home Page:https://weidian-inc.github.io/hera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to package into apk?

FengHaiSheng opened this issue · comments

like title!

In the terminal to file folder 'hera/android/sample', and execute '../gradlew clean installDebug', you'll find the apk in the file folder 'build/outputs/apk'

thanks! It's work.
If I use "hera-cli", I can find the apk in the file folder 'heraPlatforms/android/app/build/outputs/apk'.