Oguz Bastemur
Oguz Bastemur
This is a docker installation issue on ubuntu. https://stackoverflow.com/questions/48568172/docker-sock-permission-denied
Well, that's just a start :) Because ` /var/run/docker.sock` apparently not owned by the current user, you are not able to execute docker with current user. Hence, you need to...
Looks like the issue is due to `sudo npm ....` Maybe `iotz auto update after installation` should be manual..
This is happening due to over `sudo`ing :) You have `probably` installed docker via non root account? and installed iotz `sudo npm i -g iotz` via sudo? So, one is...
Probably npm install without `sudo` fails because of disk permission issues. Changing the permissions of /usr/lib/............node_modules folder fixes the issue
#29 needs this
@higunjan I no longer main this sample hence hard to say what's wrong there. any crash log?
Which Android version?
I've just tested with Nexus 5 armv7a emulator and it worked. Could you please sync to latest and try again ? If you are doing something else I need more...
Some questions; 1 - did you change anything on this sample project? 2 - on which Android version exactly it fails ? (I suspect it's 2.3.3?) I can see it...