Is proj.android folder useless?

Hi guys! :slight_smile:

Let me do a dumb question:

Is the folder proj.android useless?
With cocos 3.15 we can fully work with android studio right?

Iโ€™m using sdkbox also: does sdkbox command require proj.android to work properly?

Thanks for your help!

1 Like

If you use Studio yes. Just .zip it then delete the folder. Things will still work as expected. If not. Unzip it again.

Hi slackmoehrle, thanks for your answer! :slight_smile:

I donโ€™t use Android Studio to run my project.
I use the following command to run my project on physical device:
cocos run -p android --android-studio
Is this equivalent to use Android Studio?