0
votes

I can't run "emulator" after rebuild Android Open Source Project about 8.0.0_r16 on mac 10.15.2 . Please take a look at below error details then tell me if you know how. Thanks.

cd source code root

    1.source buils/envsetup.sh
    2.emulator

error:

emulator: WARNING: system partition size adjusted to match image file (2560 MB > 200 MB) emulator: WARNING: data partition size adjusted to match image file (550 MB > 200 MB) emulator: WARNING: encryption is off sh: system_profiler: command not found

    emulator64-arm 

error:

dyld: Library not loaded: /tmp/qt-build/build/install-darwin-x86_64/lib/libQt5Widgets.5.dylib Referenced from: /Volumes/android/WORKING_DIRECTORY/android8.0/prebuilts/android-emulator/darwin-x86_64/emulator64-arm Reason: image not found

This problem for two days,please help me,thinks very much

1
It looks like you either haven't installed everything e.g. the emulated image you want to run, or you have not referenced things correctly in the path e.g. WORKING_DIRECTORY is actually a variable. However I think this question is mostly not suited to SO which is for programming issues. - Martin

1 Answers

0
votes
emulator -partition-size 4024

error:

emulator: WARNING: encryption is off

sh: system_profiler: command not found