Skip to content Skip to sidebar Skip to footer

Can Sqlite Databae Be Used With As3 Air App For Android Devices Running 6.0+ Versions?

My App and Sqlite connection works on simulator but does not work when publishes on android device. Below are the sample codes, I have tried, all work on simulator but not on andro

Solution 1:

to use sqlite in android try add in manifest file:

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

Post a Comment for "Can Sqlite Databae Be Used With As3 Air App For Android Devices Running 6.0+ Versions?"