kaloyan-raev / hello-storj

Demo app for integrating the libstorj native library in Android
GNU General Public License v3.0
5 stars 3 forks source link

public static native void setCAInfoPath(String path); not found #17

Closed dri94 closed 7 years ago

dri94 commented 7 years ago

Updating to Fix 16 i am getting the error public static native void setCAInfoPath(String path); not defined. This could be an error on my part. However i cannot be sure until i know where this method is, as i cannot find it in the native-lib

kaloyan-raev commented 7 years ago

This method was removed with commit https://github.com/kaloyan-raev/hello-storj/commit/ffcd35f75441abba6c01431e0fa07f690c2fbf63

Instead of calling the method now you should set an env var. Check the changes in the App class.