Actually in my application after an intent is sent I create a file called myfile.asc now i'm trying through ADB to pull that file but the issue is that by using
adb pull /data/data/xx.xxx.xxx/files/myfile.asc
or
adb pull /data/data/xx.xxx.xxx/files/myfile.asc C:\Users\me\Desktop\files
it returns
"remote object does not exist"
The path is actually taken from the Android Studio device File Explorer by clicking on the file and copying the path.