Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build emulator #32

Open
littlewhywhat opened this issue Apr 26, 2018 · 6 comments
Open

build emulator #32

littlewhywhat opened this issue Apr 26, 2018 · 6 comments

Comments

@littlewhywhat
Copy link
Owner

No description provided.

@littlewhywhat
Copy link
Owner Author

littlewhywhat commented Apr 26, 2018

mini-emulator-x86-64 error:

ro.build.fingerprint cannot exceed 91 bytes error

@littlewhywhat
Copy link
Owner Author

using this https://stackoverflow.com/a/39564498
trying:

make j16 BUILD_FINGERPRINT="128"

@littlewhywhat
Copy link
Owner Author

device is up and running by starting:

emulator

it's possible to specify port

emulator -port 5555

@littlewhywhat
Copy link
Owner Author

find out port of application

netstat -tulpn | grep port_number

@littlewhywhat
Copy link
Owner Author

littlewhywhat commented Apr 26, 2018

for some reason device is all the time offline. However 'telnet localhost port_number" is working. Probably mini-emulator doesn't support adb

@littlewhywhat
Copy link
Owner Author

littlewhywhat commented Apr 26, 2018

After building aosp_arm_x86_64-userdebug, adb is working.
for root use:

emulator -shell
adb root

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant