How can I fix api error on android studio?

245 Views Asked by At

An application Ive been using for months on android studio suddenly got updated and it stopped working. I was using it with https toolkit to check data off of it. I had patched it previously with the toolkit certificate and it worked fine until now when it returns error: "check your API configuration"

error

2 other apps that's also patched continues to work fine. Tinkering with it, I discovered the app is rejecting the adb global proxy settings. I removed it and app started to work again suggesting despite the apk already patched with the toolkit certificate, its somehow still detecting the proxy on 8001 port and rejecting it. I hope someone can help me with this issue.

0

There are 0 best solutions below