Building device images is not supported on MacOS as of then, but we still support building the SDK tools. You will need to checkout the source tree on a case-sensitive filesystem (apfs works, it just needs a case-sensitive volume set up). Other than repo, the only thing you should need to install is Xcode and/or the xcode command line tools, but most of the same instructions for Linux should work otherwise. Then to build aapt2, you just need to run something like:
source build/envsetup.sh lunch aosp_arm-eng m aapt2 - Dan On Mon, Mar 20, 2023 at 11:21 PM Chen Dai <[email protected]> wrote: > Hello, > > Because of "Platform development on MacOS isn't supported as of June 22, > 2021" > Is there somewhere I can find out how to build the aapt2 for mac? > > > Thanks a lot! > > -- > -- > You received this message because you are subscribed to the "Android > Building" mailing list. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-building?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Android Building" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/android-building/CAPh7bjhKPEjs8BsW0kGkc3xD%3Dw7xoao3OMDd%2BxoM2%3DeVnguMNg%40mail.gmail.com > . > -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/CALQgHdnainBmipQbHcMJDo5fikAzQGaT3UMgXteUpYt6YF4miw%40mail.gmail.com.
