Questions tagged [app-inspection]
6 questions
11
votes
1 answer
Issue while exporting data Room database from App Inspection : For security reasons offline mode is disabled
I'm trying to export database file from App Inspection Android studio but it shows error like:
Issue while exporting data Issue
while downloading database (app_db): For security reasons offline mode
is disabled when the process being inspected does…

Mansukh Ahir
- 3,373
- 5
- 40
- 66
6
votes
2 answers
how to traverse window/view hierarchy of other application in macOS?
I am trying to figure out how to get (read only) entire window/view hierarchy of any application. I get list of all open windows using CGWindowListCopyWindowInfo. It also returns window number (kCGWindowNumber). It also shows sharing status of root…

Suyash Patel
- 160
- 1
- 10
2
votes
0 answers
Network inspector doesn't replace status code - Android Studio Flamingo
I am experimenting with network traffic inspector, a new feature of Android Studio Flamingo. I'm trying to change the status code of a response with a status code of 400 to 200.
During the rule adding process, I tried the following steps in…

tugceaktepe
- 195
- 1
- 2
- 17
2
votes
2 answers
Problem with Android Studio App Inspector
I've been trying to view my app inspector, but it keeps saying I need a device with an API level 26 or higher. How can I tell what version I'm using now and how can I upgrade it? ( I use the android emulator ).

AbrahamKMS
- 85
- 5
1
vote
0 answers
Unable to find [App Inspection] option in Android Studio under View
I want to do network inspection on my android app running in emulator of android studio and want to inspect all respond and request content. I get to know that same can be done by clicking on App Inspection and App inspection is there in View

neo anderson
- 11
- 2
0
votes
1 answer
CoroutineWorker not showing up correctly in Android Studio's "Background Task Inspector"
I am calling several CoroutineWorker classes in my Android application. In the past, I could easily watch details for each worker execution in the "Background Task Inspector" of Android Studio. According to the documentation, the only requirement is…

user1163881
- 11
- 1
- 4