Why is “adb install (my APK)” triggering “can’t find service: package”?
You have essentially answered your own question while asking it. The root of the problem is that the emulator is not setup properly (evidenced by the system UI not loading). When Android can’t boot properly, it is likely to fail to start some system services (in this case, the package service). The solution is to … Read more