Coder Social home page Coder Social logo

Comments (6)

staskochkin avatar staskochkin commented on May 23, 2024 1

@AnkitStar761 Are you using appodeal plugin from GitHub or are you add it from npm registry?
For now npm version is 2.5.15 and it's outdated.
To get latest version from GitHub you should remove appodeal-plugin dependency from your package.json, remove node_modules and run

yarn add react-native-appodeal@github:appodeal/react-native-appodeal

from react-native-appodeal.

staskochkin avatar staskochkin commented on May 23, 2024

@AnkitStar761 Hey! Please try to add

android:fullBackupContent="true"
tools:replace="android:fullBackupContent"

in <application> tag of AndroidManifest.xml

from react-native-appodeal.

AnkitStar761 avatar AnkitStar761 commented on May 23, 2024

@staskochkin I tried it but no effect on the error.

from react-native-appodeal.

staskochkin avatar staskochkin commented on May 23, 2024

@AnkitStar761 Could you please share your AndroidManifest.xml?

from react-native-appodeal.

AnkitStar761 avatar AnkitStar761 commented on May 23, 2024

@staskochkin Here is my menifest -

`

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />

<application
  android:name=".MainApplication"
  android:label="@string/app_name"
  android:icon="@mipmap/ic_launcher"
  android:roundIcon="@mipmap/ic_launcher_round"
  android:allowBackup="false"
  android:fullBackupContent="true"
  tools:replace="android:fullBackupContent"
  android:networkSecurityConfig="@xml/network_security_config"
  android:theme="@style/AppTheme">
  <activity
    android:name=".MainActivity"
    android:label="@string/app_name"
    android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
    android:launchMode="singleTask"
    android:windowSoftInputMode="adjustResize">
    <intent-filter>
        <action android:name="android.intent.action.MAIN" />
        <category android:name="android.intent.category.LAUNCHER" />
    </intent-filter>
  </activity>
  <activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
</application>
`

from react-native-appodeal.

staskochkin avatar staskochkin commented on May 23, 2024

@AnkitStar761 Hi! Does you problem still exist?

from react-native-appodeal.

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.