On Wed, Mar 20, 2019 at 9:41 PM radhika somaiya <[email protected]> wrote:
> Hi Everyone, > > I learnt that android comes with three kind of build variants - user, > userdebyg and eng > > However I am trying to install an .apk package in user type of build > variant but somehow it's getting failed with following error : > > "adb d cannot run as root in production builds" > Looks like apk you are trying to install, accessing system partition. also make sure you enable settings -> allow third party apps to be installed and try to install the apk after that. > > I want to know that is it necessary to use either userdebug or eng for > installing apk application on command line or we can install any .apk with > user build? > > Any help would be appreciated! > > Thank You, > Radhika Somaiya > > -- > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > > --- > You received this message because you are subscribed to the Google Groups > "android-porting" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Regards, satish patel -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
