I made a simple application using Apache Cordova in Visual Studio 2015 , and added AngulaJS .
When I test the Riple emulator works as expected:
ThenIgeneratetheAPKtotestonthephysicalsmartphone,forthisIusethecommand:
cordovabuildandroid--debug
Insidetheprojectdirectory,installapkonthedevice:
SansumgGalaxyAce-Android3.2.6
I'vealsochangedthissetting<uses-sdkandroid:minSdkVersion="6" android:targetSdkVersion="10" />
, but it does not work as expected:
I do not know what's happening, I'm grateful for any help.