Package installer issue after build

Package installer crashing

What can cause this?

This happens when I’m enabling GAPPS build.

How did you download Gapps? You can according to the steps below to do it

  • Download the gapps file from github
$ cd <path-to-your-project>
$ cd vendor/amlogic
$ git clone https://github.com/terry2droid/google -b Nougat
  • Enable GAPPS by edit ‘device/khadas/kvim2/kvim2.mk’
BUILD_WITH_GAPPS_CONFIG :=true
  • Build your rom again
$ cd <path-to-your-project>
$ make  installclean
$ make  -jN otapackage

Done as you mentioned.

Repeated that sequence couple of times and it’s finally worked! Thanks a lot!