Hi,
thx a lot! Yes its very easy. 
I followed this tutorial: https://developers.google.com/web/tools/chrome-devtools/debug/remote-debugging/remote-debugging#remote-debugging-on-android-with-chrome-devtools
It looks like the app is trying to connect to the localhost.
http://localhost:3000/sockjs/info?cb=debdcoaezi
but i changed the IP in the meteor-runtime-config.js from localhost:3000 to ‘http://179.40.12.14:3000’;
So I think today I will debug my app 
regards
mav