1
I made a simple application using Apache Cordova in the Visual Studio 2015, and added the Angulajs.
When I test on Riple emulator works as expected:
So I’m going to APK to test on the physical smartphone, for this I use the command:
cordova build android --debug
Inside the project directory, I install the apk in the apparatus:
Sansumg Galaxy Ace - Android 3.2.6
I also changed this setting <uses-sdk android:minSdkVersion="6" android:targetSdkVersion="10" />
, but it doesn’t work as expected:
I don’t know what’s going on, I’m grateful for any help.
apparently it has to do with the angular file not being located. You can check the location of it in the index.html file
– Rafael Mena Barreto
I tested on a device with Android platform 5.1.1 and worked, I think it may be something with the version. Angular is correctly referenced because it works on some devices. @Rafaelmenabarreto Thanks
– leopiazzoli