Ram Vijapurapu

Results 3 comments of Ram Vijapurapu

This is how my `RpcPolicyFinder.java` looks like now in `SyncProxy-Android` project.. I downloaded the sources and added the check I mentioned above (see code). There is a _possibility_ that there...

Two things to try: 1. See if you are able to set Files Read permission - ` ` in AndroidManifest.xml see if it fixes the issue. If it does, please...

You will need to initiate the LoadApi.go() with the following parameters - ``` LoadApi.go(new Runnable() { @Override public void run() { generateMap(); } }, MapHelper.loadLibraries(), false, "key=**YOUR-KEY-HERE**"); ``` More info...