Closed cardoso closed 5 years ago
Some lines were preventing compilation:
final
Needed Log import
After I got it to compile, some network calls had problems:
android:usesCleartextTraffic
POST
GET
Some lines were preventing compilation:
final
in catch blocks.Needed Log import
After I got it to compile, some network calls had problems:
android:usesCleartextTraffic
in Manifest for localhost calls.POST
instead ofGET
because of the setDoOutput/Input calls.