triniwiz / nativescript-socketio

Socket.IO for nativescript
Apache License 2.0
71 stars 31 forks source link

Demo App not running on android #28

Closed tviel closed 6 years ago

tviel commented 8 years ago

Hi,

due to problems with the plugin on ios (see #26), I decided to check, if I have the same issues on android to specify if it is more related to my sources or the native part.

So first I tried to run my app on an android emulator, which resulted in problems in the require of the plugin:

image

So I decided to give the demo app a try. Cloned the repo, started server as documented and switched to the app. Also here I followed the two steps from docs, which made a successfull built. But trying to run the demo resulted in:

image

I'm outta luck on my side.

roblav96 commented 8 years ago

Remove platforms and node_modules folders then run:

npm install
tns install
tns prepare android
tns run android