Giter VIP home page Giter VIP logo

Comments (6)

wfhm avatar wfhm commented on June 13, 2024

Hi @MrDatastorage ,

Looks like a duplicate of #53. Please try the solution described in the linked issue and let us know about results.

from pushwoosh-react-native-plugin.

 avatar commented on June 13, 2024

@wfhm
I have changed in the modules the following:
''' implementation "com.android.support:appcompat-v7:28.+"
implementation "com.android.support:recyclerview-v7:28.+"
api "com.android.support:design:28.+"
'''
It is still not working

from pushwoosh-react-native-plugin.

wfhm avatar wfhm commented on June 13, 2024

@MrDatastorage

You specify supportLibVersion = "28.0.0" in your gradle settings, however in the plugin you have 28.+ version. The minor versions should also match - could you please check which version was used in your project, or, better, just set it to 28.0.0 and let us know about results?

from pushwoosh-react-native-plugin.

wfhm avatar wfhm commented on June 13, 2024

@MrDatastorage any news on this one?

from pushwoosh-react-native-plugin.

mgpepe avatar mgpepe commented on June 13, 2024

I have the same issue:

Execution failed for task ':pushwoosh-react-native-plugin:verifyReleaseResources'.
> java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed
  /Users/vagrant/git/node_modules/pushwoosh-react-native-plugin/src/android/build/intermediates/res/merged/release/values-v28/values-v28.xml:7: error: resource android:attr/dialogCornerRadius not found.
  /Users/vagrant/git/node_modules/pushwoosh-react-native-plugin/src/android/build/intermediates/res/merged/release/values-v28/values-v28.xml:11: error: resource android:attr/dialogCornerRadius not found.
  /Users/vagrant/git/node_modules/pushwoosh-react-native-plugin/src/android/build/intermediates/res/merged/release/values/values.xml:3185: error: resource android:attr/fontVariationSettings not found.
  /Users/vagrant/git/node_modules/pushwoosh-react-native-plugin/src/android/build/intermediates/res/merged/release/values/values.xml:3186: error: resource android:attr/ttcIndex not found.
  error: failed linking references.

Gradle:


buildscript {
    ext {
        buildToolsVersion = "28.0.3"
        minSdkVersion = 16
        compileSdkVersion = 28
        targetSdkVersion = 28
        supportLibVersion = "28.0.0"
    }
    repositories {
        google()
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.3.1'
        classpath 'com.google.gms:google-services:4.2.0'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        mavenLocal()
        google()
        jcenter()
        maven {
            // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
            url "$rootDir/../node_modules/react-native/android"
        }
    }
}

Versions:

RN: "0.59.3"
pushwoosh-react-native-plugin: "5.14.2"

from pushwoosh-react-native-plugin.

wfhm avatar wfhm commented on June 13, 2024

@mgpepe the issue is caused by different versions of Android support libs used in your project by different plugins. You can find instructions on resolving this particular conflict in this issue.

from pushwoosh-react-native-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.