How to emulate replicant on Trisquel [SOLVED]
Hi:
I just wanted to share a "how to" emulate replicant on Trisquel in case, like me, someone wants to experience using replicant.
Just download ReplicantSDK from here:
http://redmine.replicant.us/projects/replicant/wiki/ReplicantSDK
Extract it's content and cd to ./replicant-sdk_linux-x86/tools
Run the following line:
./android create avd -n enhanced -t 1
You will be prompted to create a hardware profile. This is optional.
Finally run:
./emulator -avd enhanced
And there you go.
I just wanted to share a "how to" emulate replicant on Trisquel in case, like
me, someone wants to experience using replicant.
Just download ReplicantSDK from here:
http://redmine.replicant.us/projects/replicant/wiki/ReplicantSDK
Extract it's content and cd to ./replicant-sdk_linux-x86/tools
Run the following line:
./android create avd -n enhanced -t 1
You will be prompted to create a hardware profile. This is optional.
Finally run:
./emulator -avd enhanced
And there you go.