VIM3 AOSP Python Issue

I am trying to build Android for a VIM3 following these instructions:

https://docs.khadas.com/android/vim3/BuildAndroid.html

I got the source code using this:

repo init -u https://github.com/khadas/android_manifest.git -b khadas-vims-pie

Unfortunately, I can’t build it because it appears it uses Python 2.7 instead of Python3, so I get lots of errors about print etc. I thought AOSP wasn’t going to support Python 2.7 anymore.

Is there a way to build the AOSP for the VIM3 using Python3?

I guess I have to pay closer attention to what I’m doing. It seems like the documentation I was following is pretty out of date. I have successfully built Android following these instructions (not sure how well it will run yet):

1 Like