ArthurHub / ArthurHub/Android-Image-Cropper
failed to resolve compile 'com.theartofdev.edmodo:android-image-cropper:2.7.+'
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
## 1. following errors are genrated in message gradle build and i moved to design_error.xml
C:\Users\nitin sharma\.gradle\caches\transforms-1\files-1.1\design-26.0.0-beta1.aar\d653d91f874db1712f698386f290577e\res\color\design_error.xml
Error:error: resource attr/textColorError (aka com.example.nitinsharma.v4ever:attr/textColorError) not found.
Error:resource attr/textColorError (aka com.example.nitinsharma.v4ever:attr/textColorError) not found.
C:\Users\nitin sharma\AndroidStudioProjects\V4ever\app\src\main\res\layout\fragment_display_home.xml
Error:error: attribute 'com.example.nitinsharma.v4ever:layout_constraintLeft_toLeftOf' not found.
Error:error: attribute 'com.example.nitinsharma.v4ever:layout_constraintTop_toTopOf' not found.
Error:attribute 'com.example.nitinsharma.v4ever:layout_constraintLeft_toLeftOf' not found.
Error:attribute 'com.example.nitinsharma.v4ever:layout_constraintTop_toTopOf' not found.
Error:failed linking file resources.
Error:java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details
Error:java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details
Error:com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details
Error:Execution failed for task ':app:processDebugResources'.
> Failed to execute aapt
--------------------------------------------------------------------------------------------
2.design_error.xml
---------------------------------------------------------------------------------------------------------
3. android manifest
--------------------------------------------------------------
4. module app
apply plugin: 'com.android.application'
android {
compileSdkVersion 26
defaultConfig {
applicationId "com.example.nitinsharma.v4ever"
minSdkVersion 18
targetSdkVersion 26
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:design:26.0.0-beta1'
implementation 'com.google.firebase:firebase-database:11.0.4'
implementation 'com.google.firebase:firebase-auth:11.0.4'
implementation 'com.google.firebase:firebase-storage:11.0.4'
compile 'com.theartofdev.edmodo:android-image-cropper:2.7.+'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:2.2.2'
}
apply plugin: 'com.google.gms.google-services'
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.