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
{{ message }}
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
I am using android-crop version 1.0.1@aar
my issue is that i Can't resolve "Extra.FILES" . so whene i import this: import com.soundcloud.android.crop.Crop.Extra;
Extra Can't be resolved
and when i try to use it like this ArrayList<String> filePaths = getIntent().getStringArrayListExtra(Extra.FILES);
"Extra.FILES" Can't resolve !
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using android-crop version 1.0.1@aar
my issue is that i Can't resolve "Extra.FILES" . so whene i import this:
import com.soundcloud.android.crop.Crop.Extra;
Extra Can't be resolved
and when i try to use it like this
ArrayList<String> filePaths = getIntent().getStringArrayListExtra(Extra.FILES);
"Extra.FILES" Can't resolve !
The text was updated successfully, but these errors were encountered: