You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't seen that there's a way to add the 'natives' back in to my project at a later date.
cocos new -l js --no-native
Now my project only works for HTML5 and cannot build for e.g. Android. Is there a cocos command to then add the 'native' support back in afterwards? Currently it looks to me that I have to start a whole new project all over again to get the 'natives' (and then copy over my source files).