I am trying to silently install apk into the system. My app is located in /system/app and successfully granted permission \"android.permission.INSTALL_PACKAGES\"
Ho
Try this LD_LIBRARY_PATH=/vendor/lib:/system/lib before pm install. It works well.
LD_LIBRARY_PATH=/vendor/lib:/system/lib