I am new to MobileFirst Hybrid development and I have started a prototype project which involves creating adatpers deploying and testing. I was able to create a javascript adatper (http adatper), which calls web api, I was able to deploy the adapter in MobileFirstDevelopment Server, in my case it is my local machine.
The project runs successfully in mobile preview mode and also in android emulator, but when I test it in real android device, the adapter functionality does not work. I have installed the android usb drivers and can lauch the application and also call cordova plugins thru device, its just adapter functionality that doesn't work.
The "LogCat" shows the error as [/app/services/ProjectName/android/query] failed, state:500 response undefined.