Hi Everyone,
I refer for this tutorial for save excel file
https://www.b4x.com/android/forum/threads/read-write-excel-files-on-android.25632/
My apps crash when sdkversion is more than 20
if use sdkversion less than 20 it will work fine
is there any solution to solve this?
Thank You
I refer for this tutorial for save excel file
https://www.b4x.com/android/forum/threads/read-write-excel-files-on-android.25632/
My apps crash when sdkversion is more than 20
if use sdkversion less than 20 it will work fine
Manifest:
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="18"/>
is there any solution to solve this?
Thank You