cancel
Showing results for 
Search instead for 
Did you mean: 

Demo mode for SAP BTP SDK for android

imandihemanth
Explorer
0 Kudos
116

Hi Experts,

I am using SAP BTP SDK for android V5.1.2 . As per the requirement I need to implement demo mode.
I have already copied required ".udb" files also. And copied those files to "/data/user/0/com.test.test/files/Demo/stores" path. Only thing is need to use those UDB files. 

So, can any one of you please help me how to implement that.

I have tried below code snippet. 

offlineODataParameters.setStorePath(new URL("/data/user/0/com.test.test/files/Demo/stores"));

I am getting the below error.

ERROR:  "no protocol: /data/user/0/com.test.test/files/Demo/stores"

bing_fang
Advisor
Advisor
0 Kudos
This error should be from the URL class. a sample of storePath - "file:/storage/sdcard1/....", "file:///data/data/abc/d/...." or java.io.File instance method toURI().toURL()

Accepted Solutions (0)

Answers (0)