Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

run-as says 'package is unknown' after upgrading Android to 4.3

I have a simple script that downloads database from phone to my PC it uses 'run-as', it worked well, but now, run-as says 'package is unknown' my application is installed on device, nothing changed, just Android was updated to 4.3

Do you have the same problems? how to bypass this or resolve ?

like image 788
razor Avatar asked Aug 03 '13 11:08

razor


1 Answers

We ran into the missing run-as problem when the Galaxy S4 released without it. We were using run-as to start a gdbserver for app debugging.

We worked around the issue by starting gdbserver as an Android service. More details at run-as Package 'a.b.c' is unknown - Galaxy S4 Jellybean or Android 4.3

like image 174
Paul Beusterien Avatar answered Oct 17 '22 20:10

Paul Beusterien