what kind of app??
System app is just copy to your system/app folder.
and set permition to 644 (rw-r--r--)
Adb push *.apk /system/app just
Normal apk is
Adb install *.apk
that's all.
I can explain more if you tell me about what kind app and your system(window or linux)
Sent from my SHW-M250S using XDA App
I'm trying to install an SMS tracker can that be installed as an app that can't be removed?