Prajwal Gowda GN
Results
2
comments of
Prajwal Gowda GN
Facing same issue with api level 29 anybody any findings? ```` - name: setup android uses: reactivecircus/android-emulator-runner@v2 with: api-level: 29 arch: x86_64 profile: Nexus 6 script: | adb devices ./gradlew...
And yeah I tried setting the body value to string instead of the json input, and set the header ``` "headers": { "Authorization": "Bearer ", "Content-Type": "application/json" } ``` Then...