You need to sign in to do that
Don't have an account?
Ravi Narayanan
Index.html not found - Cordova
Hello all,
I followed the steps for creating a hybrid remote mobile app using foredroid and cordova. But once i build and run the emulator, i am getting error index.html not found.can someone pl help me with this?
Thx,
Ravi Narayanan
I followed the steps for creating a hybrid remote mobile app using foredroid and cordova. But once i build and run the emulator, i am getting error index.html not found.can someone pl help me with this?
Thx,
Ravi Narayanan
I ran into the same error and could make it work.
Even using the forcedroid, I forced a Salesforce pluggin to be added into the project by running the command "cordova pluggin add https://github.com/forcedotcom/SalesforceMobileSDK-CordovaPlugin"
ps: You must have the git commands enable, as cordova tries to clone the github project.
Regards,
Eric Shiraishi.
Thanks bro. i did that and now i am getting a different error when i try to build a cordova project :(
D:\myProjects\testingapp>cordova build android
Running command: D:\myProjects\testingapp\platforms\android\cordova\build.bat
ANDROID_HOME=C:\Users\gssranar\AppData\Local\Android\sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_45
Running: D:\myProjects\testingapp\platforms\android\gradlew cdvBuildDebug -b D:\
myProjects\testingapp\platforms\android\build.gradle -Dorg.gradle.daemon=true
FAILURE: Build failed with an exception.
* Where:
Settings file 'D:\myProjects\testingapp\platforms\android\settings.gradle' line:
4
* What went wrong:
A problem occurred evaluating settings 'android'.
> A path must be specified!
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
BUILD FAILED
Total time: 9.08 secs
D:\myProjects\testingapp\platforms\android\cordova\node_modules\q\q.js:126
throw e;
^
Error code 1 for command: cmd with args: /s /c "D:\myProjects\testingapp\platfor
ms\android\gradlew cdvBuildDebug -b D:\myProjects\testingapp\platforms\android\b
uild.gradle -Dorg.gradle.daemon=true"
ERROR building one of the platforms: Error: D:\myProjects\testingapp\platforms\a
ndroid\cordova\build.bat: Command failed with exit code 1
You may not have the required environment or OS to build this project
Error: D:\myProjects\testingapp\platforms\android\cordova\build.bat: Command fai
led with exit code 1
at ChildProcess.whenDone (C:\Users\gssranar\AppData\Roaming\npm\node_modules
\cordova\node_modules\cordova-lib\src\cordova\superspawn.js:131:23)
at ChildProcess.emit (events.js:110:17)
at maybeClose (child_process.js:1015:16)
at Process.ChildProcess._handle.onexit (child_process.js:1087:5)