
Hi,
I am trying to create a Hybrid Remote app with forcedroid package.I repeated all steps from Salesforce Mobile SDK:1) forcedroid create2) changed remoteAccessConsumerKey and oauthRedirectURI in www/bootconfig.json to the actual ones3) cordova prepare4) cordova runThe app builds without any errors and runs on my phone but instead of displaying my VF page it shows "net::ERR_FILE_NOT_FOUND file:///android_asset/www/index.html)"I tried this app on Android versions 4.0.4 and 6.0.1 with the same result.forcedroid version 4.0.0cordova version 5.4.1node version 0.12.7
Any thoughts?
1 respuesta
Hi Ales,Try open your app in force-server and put a inspect element to debug this issue.It seems the index.html directory modified.Thanks,Hari