android-ColorPickerPreference icon indicating copy to clipboard operation
android-ColorPickerPreference copied to clipboard

Element net.margaritov.preference.colorpicker.ColorPickerPreference is not allowed here, and many errors

Open ronenfe opened this issue 1 year ago • 0 comments

  <PreferenceCategory app:singleLineTitle="false" app:title="SPEED CONTROL SETTINGS">
        <net.margaritov.preference.colorpicker.ColorPickerPreference
        app:key="day_speed_color_picker"
            app:summary="Choose your color"
            app:title="Dial color for day theme"
            app:defaultValue="#FF9999"
            alphaSlider="true"
        />

    </PreferenceCategory>

:app:checkDebugAarMetadata :app:mapDebugSourceSetPaths :app:mergeDebugResources :app:parseDebugLocalResources org.gradle.api.internal.artifacts.ivyservice.TypedResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'. org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find net.margaritov.preference.colorpicker.ColorPickerPreference:ColorPickerPreference:1.0.0. org.gradle.api.internal.artifacts.ivyservice.TypedResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'. org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find net.margaritov.preference.colorpicker.ColorPickerPreference:ColorPickerPreference:1.0.0. org.gradle.api.internal.artifacts.ivyservice.TypedResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'. org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find net.margaritov.preference.colorpicker.ColorPickerPreference:ColorPickerPreference:1.0.0. org.gradle.api.internal.artifacts.ivyservice.TypedResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'. org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find net.margaritov.preference.colorpicker.ColorPickerPreference:ColorPickerPreference:1.0.0. org.gradle.api.internal.artifacts.ivyservice.TypedResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'. org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find net.margaritov.preference.colorpicker.ColorPickerPreference:ColorPickerPreference:1.0.0. org.gradle.api.internal.artifacts.ivyservice.TypedResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'. org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find net.margaritov.preference.colorpicker.ColorPickerPreference:ColorPickerPreference:1.0.0. org.gradle.api.internal.artifacts.ivyservice.TypedResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'. org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find net.margaritov.preference.colorpicker.ColorPickerPreference:ColorPickerPreference:1.0.0. org.gradle.api.internal.artifacts.ivyservice.TypedResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'. org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find net.margaritov.preference.colorpicker.ColorPickerPreference:ColorPickerPreference:1.0.0. :app:processDebugMainManifest :app:mergeDebugAssets :app:desugarDebugFileDependencies :app:checkDebugDuplicateClasses

ronenfe avatar Nov 16 '24 12:11 ronenfe