Member-only story
AOSP Emulator Guide

To download and build AOSP source, please follow below links:-
Running emulator in downloaded android AOSP source code is as below:-
Step 1
If you have finished your build and generated System image correctly in the current running Terminal(Ubuntu), Then it is straight forward. Just type below command in your terminal:-
emulator
Step 2
If you have generated system image earlier and you have started a fresh terminal(Ubuntu) then run the following command one by one:-
- source build/envsetup.sh
- lunch 1 here 1 is my lunch type, you can replace it with yours like(7, 8, etc) and in the last
- emulator
I will write some more interesting facts about AOSP so to know about that please keep following.
I hope you enjoyed this introduction to this session. If you have any comments or questions, please join the forum discussion below!
Thanks for the support :)