You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just updated to the androidX package and some methods like "toast", "longToast", "startActivityForResult" can't be find by the compiler.
This is caused because the Fragment class from the old support library has changed its package to androidx.fragment.app.Fragment, this way the compiler can't find the extension functions to the old android.support.v4.app.Fragment.
The text was updated successfully, but these errors were encountered:
I just updated to the androidX package and some methods like "toast", "longToast", "startActivityForResult" can't be find by the compiler.
This is caused because the Fragment class from the old support library has changed its package to
androidx.fragment.app.Fragment
, this way the compiler can't find the extension functions to the oldandroid.support.v4.app.Fragment
.The text was updated successfully, but these errors were encountered: