We tried exporting code from the visualizer and it was all good except for the line .setReversed(true).
Android Studio error says:
"required: no arguments
found: boolean
reason: actual and formal argument lists differ in length"
We have tried commenting it out and removing the true argument inside, and it still doesn't work.
We tried exporting code from the visualizer and it was all good except for the line .setReversed(true).
Android Studio error says:
"required: no arguments
found: boolean
reason: actual and formal argument lists differ in length"
We have tried commenting it out and removing the true argument inside, and it still doesn't work.