0

I am new to MFP, i am trying to do a tutorial i am trying this in my laptop provided by office . i downloaded native project in to my eclipse and trying to run it and then i got errors in LogCat. attached image got error log.enter image description here. and following are the settings in my wlclient.properties

wlServerProtocol = http
wlServerHost = localhost
wlServerPort = 10080
wlServerContext = /NativeCustomLoginModule/
wlAppId = AndroidNativeCustomLoginModule
wlAppVersion = 1.0
wlEnvironment = Androidnative
wlUid = wY/mbnwKTDDYQUvuQCdSgg==
wlPlatformVersion = 6.3.0.00.20141121-0732

when i run this and see output in AVD it shows like below enter image description here

did i miss any setting or is it a problem in office provided laptop. from this i got to know that its a problem in office provided laptop. what might be the issue?

Community
  • 1
  • 1

1 Answers1

1

I would suggest to find your IP address (open CMD and use the command ipconfig) instead of localhost. Use it as the wlServerHost value in the wlclient.properties file, located in the Android project.

Idan Adar
  • 44,156
  • 13
  • 50
  • 89
  • i have tried previously the same which u suggested and just now again after your comment , even though there are no errors in logcat connection is not established android emulator screen shows "connection failure, the service is currently not available" –  Aug 21 '15 at 11:24
  • no i tried and got ip address many times run->cmd->ipconfig under IPv4 Address. what about the link i gave at the end of my question is it anything to do with office laptop envi? –  Aug 21 '15 at 11:32
  • `ipconfig` solved it for me. Somehow `mfpdev app register` does not offer to choose a default IP anymore. – alex351 Oct 05 '17 at 10:01