-
Notifications
You must be signed in to change notification settings - Fork 10
android: Build failed when linking the module #22
Comments
@bacancy-swaroopa Hi! Please, post full text of an error, not a screenshot |
@isnifer ..../android/app/build/intermediates/res/merged/debug/values-v24/values-v24.xml:4: AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'. /Users/stellentsoft/Documents/bitbucket/intake/android/app/build/intermediates/res/merged/debug/values-v26/values-v26.xml:15:21-54: AAPT: No resource found that matches the given name: attr 'android:keyboardNavigationCluster'. ......./android/app/build/intermediates/res/merged/debug/values-v24/values-v24.xml:3: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'. ......./android/app/build/intermediates/res/merged/debug/values-v24/values-v24.xml:4: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'. ....../android/app/build/intermediates/res/merged/debug/values-v26/values-v26.xml:15: error: Error: No resource found that matches the given name: attr 'android:keyboardNavigationCluster'. |
@bacancy-swaroopa check your compile "com.android.support:support-v4:26.1.0"
compile 'com.android.support:appcompat-v7:26.1.0' And repositories {
maven {
url 'https://maven.google.com/'
name 'Google'
}
} Of course |
@isnifer okay I will try this |
@isnifer I tried but giving the same issue
this is my dependencies |
Hi,
When I link up the project in android and run the it throws the following issue:
When I remove the linking then it is working fine
What I have to do to solve this issue can anyone suggest
The text was updated successfully, but these errors were encountered: