weidian-inc / hera

A framework for running WeChat applet. (小程序 SDK,小程序转 H5,小程序转安卓、iOS 原生应用、小程序渲染引擎)
https://weidian-inc.github.io/hera
Other
1.48k stars 315 forks source link

How to package into apk? #7

Closed FengHaiSheng closed 6 years ago

FengHaiSheng commented 6 years ago

like title!

lpw14 commented 6 years ago

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'

FengHaiSheng commented 6 years ago

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