When I run my app it gives me this error after successful compilation and gradle buil Error running 'app' Writing not allowed due to timeout or cancellation
When I run same app on different devices. It doesn’t give me any error.
When I run my app it gives me this error after successful compilation and gradle buil Error running 'app' Writing not allowed due to timeout or cancellation
When I run same app on different devices. It doesn’t give me any error.
2
Answers
It happened to make when I had a faulty
Live edit
attempt. To resolve it I did the following steps:adb uninstall $package$
)adb kill-server; adb start-server
)I just removed the USB cable and replugged it, it got working. Seems like a Live Edit Problem