"Open Wifi for debuging..." error in Android emulator

Hi, I’m trying to run a project in the Android emulator (adt bundle) but I keep getting this strange error that claims “Warning Open Wifi for debuging…”:

I’ve searched for a while in different forums but I can’t seem to find a solution to this… Any thoughts will be much appreciated.

1 Like

You can:

  1. Add native code for your project;
  2. Open AppActivity.java in frameworks/runtime-src/proj.android/src/org/cocos2dx/javascript;
  3. Delete “Check the wifi is opened” code;
  4. Build your own runtime and use it.