appodeal

Cannot create android app from an archive \app\libs\appodeal-2.1.11.jar' containing both DEX and Java-bytecode content

送分小仙女□ 提交于 2020-01-01 16:34:31
问题 I am trying to add appodeal jar file to my project, but this error occurs: Cannot create android app from an archive app\libs\appodeal-2.1.11.jar' containing both DEX and Java-bytecode content Also android.enableD8=false not works. I am using buildToolsVersion 3.1.3, gradle-4.8 and multidex-1.0.2 library. How can I resolve this issue? Thanks 回答1: You should use special multidex version of sdk, integrate it instead of regular version. Regards. https://s3-us-west-1.amazonaws.com/appodeal

Cannot create android app from an archive \app\libs\appodeal-2.1.11.jar' containing both DEX and Java-bytecode content

天大地大妈咪最大 提交于 2020-01-01 16:32:25
问题 I am trying to add appodeal jar file to my project, but this error occurs: Cannot create android app from an archive app\libs\appodeal-2.1.11.jar' containing both DEX and Java-bytecode content Also android.enableD8=false not works. I am using buildToolsVersion 3.1.3, gradle-4.8 and multidex-1.0.2 library. How can I resolve this issue? Thanks 回答1: You should use special multidex version of sdk, integrate it instead of regular version. Regards. https://s3-us-west-1.amazonaws.com/appodeal

Clicking on an ad opens a browser, but I cannot go back to the launching activity screen of my Android app

守給你的承諾、 提交于 2019-12-25 03:17:15
问题 Even though there is a similar case here: After click AdMob ads, I cannot return to my Android app by back button the code proposed didn't solve my case. So I am posting this if there's somebody with fresh ideas to solve this. I have coded an app for Android. Now I am trying to add ads to this app. I am implementing the ads from Appodeal. When I show an ad type called MREC (which is a square-like banner) on my main activity, if I click on the ad, it will open a tab in the default browser of

Program type already present: Android.arch.lifecycle.LiveData$1

不问归期 提交于 2019-12-11 16:19:59
问题 Getting error: Program type already present: Android.arch.lifecycle.LiveData$1 first, it was showing Warning: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api' dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:27.1.0' implementation 'com.android.support.constraint:constraint-layout:1.1.0' implementation 'com.google.firebase:firebase-auth:11.4.0' implementation 'com.google.firebase

Many “Unresolved Class” for Appodeal packages in my Manifest file in Android Studio

送分小仙女□ 提交于 2019-12-11 06:35:29
问题 I am trying to implement the libraries from the company Appodeal (an Ad mediation company) to my App in Android Studio, so I can run their advertisements and monetize my App. I followed their instructions: First, put the necessary libraries in the libs folder Second, add the necessary dependencies in the gradle file: apply plugin: 'com.android.application' android { compileSdkVersion 27 buildToolsVersion '27.0.3' defaultConfig { applicationId 'com.languagematerial.lmmovies' minSdkVersion 23