i'm now in trouble with add a prebuilt apk into system.img based the TaiWan mtk android phone platform, when i push this apk onto the device,after reboot phone,the apk can be installed succecessfully,but if I add this apk into alps/out/target/product/$prj/system/app
or vendor/mediatek/$prj/artifacts/out/target/product/$prj/system/app
,and produce a system.img,the apk can't be installed normally,the logcat say:
a.lang.RuntimeException: Unable to instantiate activity
ComponentInfo{com.sec.android.widgetapp.ap.hero.accuweather.widget/com.sec.android.widgetapp.ap.hero.accuweather.widget.WeatherClock}:
java.lang.ClassNotFoundException: com.sec.android.widgetapp.ap.hero.accuweather.widget.WeatherClock.
can anybody tell me what's the problem is ?