Where to & steps in moving
To solve can't load dll you need to move the pvr.client file to another location
Seems Android users are the ones with this Problem.
PVR Stalker is located in the Addon Folder (UserData Folder would not be the one needing to be moved )
Different versions of Android have different permissions and ability for user to move files.
KitKat 4.4 - 4.4.4 the default install location is mnt/SDcard (can't mount from external)
Android/data/org.xbmc.kodi/addons is the path location of PVR.stalker client in my box
there is no .DLL file rather in Linux/Android it is libpvr.stalker.NFPS.SO (the .SO file is a Library file the equivalent to a .DLL)
I have physicall move the .SO file to ROOT and it does not work.
Would really like to Know Where to Move the Add On File.
************************
Is this the correct procedure for moving ?
HOW-TO:Change data location for Android
Jump to: navigation, search
Android Advanced topics HOW-TO:Change data location for Android
As of v14, Kodi supports a backdoor to specify the location of your settings folder, which includes the userdata folder and add-ons. It is the equivalent of using environment variables on other platforms
This is accomplished by creating a plain text file file at /sdcard/xbmc_env.properties (the root directory for the Android device) with the following line:
xbmc.data=<path to the Kodi data folder you wish to use>