ftctechnh / ftc_app

FTC Android Studio project to create FTC Robot Controller app.
761 stars 3.16k forks source link

Likely unintentional use of deprecated classes removed in API 28 in robotcore #685

Open magneticflux- opened 5 years ago

magneticflux- commented 5 years ago

Certain imports in robotcore import internal Android classes that are named the same as robotcore classes. This can cause crashes when running on API 28, where these classes have been removed.

List of affected classes: https://github.com/modular-ftc/robotcore-repackaged/issues/7

The commit I used to fix them: https://github.com/modular-ftc/robotcore-repackaged/commit/0ffec7a2594f7f2c0a574bc69c3fd1085a5360d5