ibm mobilefirst - IBM Worklight Android Build and Deploy errors -
i building android application using ibm worklight. keep getting follow errors:
android build failed: java.net.unknownhostexception: nodename nor servname provided, or not known
application 'wellpointmobile' environment 'android' build finished errors.
how can stop these errors appearing in eclipse?
this not related worklight, os x , java.
have searched error in google?
you can edit hosts file: open terminal and:
- type
hostname; copy value. type
sudo vi /etc/hosts; type passwordmy hosts file looks this:
127.0.0.1 mbp-idan localhost
255.255.255.255 broadcasthost ::1 localhostyou should see similar. add hostname after "127.0.0.1".
- log out of user account , log in. error should no longer happen in eclipse.
Comments
Post a Comment