Strange new problem building to android studio?

I have a project created earlier this year which pre-dates AS building the c++. So, I update it like this -

cocos compile -p android —android-studio

But suddenly I get this!

Ant (Eclipse project) is not supported from Android SDK Tools 25.3.0.

Now I’m worried! What do I do?

thanks :slight_smile:

No one else? :disappointed_relieved: :disappointed_relieved:

Check this out: Android Studio support

With that reference, I was able to compile it with gradle (command line) and within Android Studio.