android - How can I install debug build of AOSP? -


how can install debug build of android 5.0 aosp on nexus device? debug build? tried googling still can't find step-by-step instructions download , install debug build.

you need pull down aosp in source form , build desired nexus target (assuming supported). start here:

http://source.android.com/source/requirements.html

once setup, details of building specific device, found here:

http://source.android.com/source/running.html

note if load device custom image you'll voiding warranty, etc. also, don't want full debug build, large , not loadable on device. you'll want "eng" build, has reasonable amount of debug capability in place, system processes , frameworks.

good luck!


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -