Package installer issue after 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