Latest Android Studio 3.3

has anyone successfully ran a cocos2d-x 3.17 project on the latest Android Studio 3.3 ? I want to update from 3.1.2 but not sure if it will break compatibility with anything

I have but cocos2d-x 3.17.1

1 Like

everything works good with Android Studio 3.3 ?

It seems yes.
If you upgrade gradle to 4.10 you need this fix Cocos2d JS 3.17 Android Black Screen

1 Like

if you update android studio does it also update the gradle automatically ?

No, gradle version is specified in proj.android/build.gradle
classpath 'com.android.tools.build:gradle:3.3.0'

1 Like