I got this error on the command line when I ran ./android update project -p . Basically I had to specify a target like so in order for it to work:
./android update project -p . --target android-10
I got this error on the command line when I ran ./android update project -p . Basically I had to specify a target like so in order for it to work:
./android update project -p . --target android-10