Giter Site home page Giter Site logo

Comments (13)

pas-p avatar pas-p commented on July 24, 2024 1

The same on Android 4.2.2.
Tested on an NGM Dynamic Fun.

from googleads-consent-sdk-android.

pas-p avatar pas-p commented on July 24, 2024 1

It seems that :
return this.sdkPlatformString;
is replaced with :
Objects.requireNonNull(this);
return "android";
at compilation time.
But the class java.util.Objects was added in the Android 4.4 .

from googleads-consent-sdk-android.

pas-p avatar pas-p commented on July 24, 2024 1

I've downloaded the source code and compiled it in a .aar file with Android Studio, and
Objects.requireNonNull(this);
was replaced with
this.getClass();

from googleads-consent-sdk-android.

seventhrank avatar seventhrank commented on July 24, 2024 1

Same error.
Not crash proguard false.

build.gradle

minifyEnabled false
shrinkResources false

from googleads-consent-sdk-android.

Cianid avatar Cianid commented on July 24, 2024

This error is related to this two errors:

#44
#59

from googleads-consent-sdk-android.

andewTemcha avatar andewTemcha commented on July 24, 2024

So is there a proper fix for this issue? I'm wondering since I need to support 15+ APIs

from googleads-consent-sdk-android.

hkbb2014 avatar hkbb2014 commented on July 24, 2024

Holy, will it be fixed????

from googleads-consent-sdk-android.

andewTemcha avatar andewTemcha commented on July 24, 2024

it sounds like google doesnt care a lot...

from googleads-consent-sdk-android.

rampara avatar rampara commented on July 24, 2024

This issue should be resolved in an upcoming release.

from googleads-consent-sdk-android.

zilppuri avatar zilppuri commented on July 24, 2024

@rampara When? This is a showstopper for anyone trying to use the SDK on API LEVEL < 19.

from googleads-consent-sdk-android.

rampara avatar rampara commented on July 24, 2024

This issue should be resolved in v1.0.4 of this SDK.

from googleads-consent-sdk-android.

yccheok avatar yccheok commented on July 24, 2024

@rampara

Hi, thanks for the fix. May I know, is there anything we should apply in Proguard, to make this library workable in API 15 and above?

from googleads-consent-sdk-android.

rampara avatar rampara commented on July 24, 2024

@yccheok the required Proguard rules are included in the library. Do additional rules are required on your part. If you run into any issues with Proguard, please open a new issue here and we'll investigate and implement a fix.

from googleads-consent-sdk-android.

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.