I'm trying to build and run the RemoteServiceDemo, using Delphi in Rad Studio 10.2 Update 1. Running the AppRemoteHost results in a crash and the error message: couldn't find "libProxyAndroidService.so" in Android Device Monitor. I added "C:\Program Files (x86)\Embarcadero\Studio\19.0\lib\android\debug\libProxyAndroidService.so" to the deployment list, with remote path "library\lib\armeabi-v7a\". AppRemoteHost then runs without error messages, but nothing happens when I press the Bind button. Debugging...