Hello guys,
I’m trying to test the plugin I’m building on IOS or Android according to tutorial here:
However I found few problems due to developing plugin on M1 Macbook.
For Android → required API is 28. Unfortunately it seems that Android Studio for Arm do not support this as API 28 is build for x86_64 architecture. The virtual machine is just crashing every time.
Everything from API 29 is supported. I’ve tried to launch API 29 virtual machine (it worked) however I could not launched Adalo on virtual Android device.
For IOS I face a bug in xCode connected to x86_64 architecture.
So the question is → do you have any ideas how can I overcome these problems (without buying or renting Intel Mac ;D)