Cocos2d-x export to android issue, blank screen when physics

Hi Guys

When i export without any physics extension, cocos2dx android app is fine.

But, when i use physics extensions i get only blank screen.
Am i doing something wrong??

using NDK r10e

If you try the exported version directly (using xampp or another local http server) without compiling to Android, does it work or also black screen?

That’s a somewhat faster way to test a cocos project without the compile.

yes i tried with web export.
with physics
apps.vkwebzone.com/game/dd/index.html

without physics
apps.vkwebzone.com/game/ddnop/index.html

same blank screen. am i doing something wrong??