You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
and the default xml .repo/manifests/default.xml is <default revision="refs/tags/android-9.0.0_r3"
After I have lunch anbox_arm64-userdebug,but show errors:
If you add <remove-project name="device/generic/arm64" /> to .repo/manifests/anbox.xml, it fixes that error for me.
Here's the workarounds I've had to use after that, which might help if you have the same problems:
I uncommented LOCAL_SDK_VERSION := current in anbox/android/appmgr/Android.mk as it complains about that being missing.
There were errors about camera.goldfish.jpeg missing, I replaced the camera fingerprint data gps lights power qemu-props sensors vibrator folders in anbox/android with ones from here https://android.googlesource.com/device/generic/goldfish/+/refs/tags/android-9.0.0_r3 , and commented out include $(TMP_PATH)/android/qemud/Android.mk in anbox/Android.mk.
Some scripts need python2, sudo ln -s /bin/python2 /usr/local/bin/python puts it at the start of my $PATH, but that'll break things that need python3 so remove it when you are done.
I've gotten it to errors about opengl. I commented out findExtInList in anbox/android/opengl/system/egl/eglDisplay.cpp (a bad fix to an unused function error). But now I've reached fatal error: 'system/window.h' file not found, and I haven't found a solution to that.
I hava download android source with branch anbox-p
and the default xml .repo/manifests/default.xml is
<default revision="refs/tags/android-9.0.0_r3"
After I have lunch anbox_arm64-userdebug,but show errors:
How can I fix it?
The text was updated successfully, but these errors were encountered: