This is the first time, I am working onopen-nfc
. As per official documentation I created new avd
with Open NFC edition as target.
Now as per 5th step, I switch to platform-tools
and then ran adb devices
. it's showing
List of devices attached
emulator-5554 device
after ran next command adb pull /data/connection_center_access
, It's throwing remote object '/data/connection_center_access' does not exist
.
This where, I stuck.
Regarding this, I seen this video, they are not suggesting to modify any thing, so without doing 5th step, directly I jump to 7th step, When I try to open Connection Center
It's throwing An error occured while loading the archive
.
I think, it's because of 5th step problem.
I trying to figure it out from last 1 day,can anyone help me.
Thanks