App Cordova does not work as expected

1

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.

    
asked by anonymous 04.09.2015 / 15:25

1 answer

0

By reading this link: Apache Cordova Documentation the Cordova documentation found that it only works from API 14. :( But thanks for the help.

    
04.09.2015 / 20:40