fbsamples / audience-network

Open source projects to demonstrate SDK and sample code usages and integration, and to collaborate and support peers in this community.
https://developers.facebook.com/docs/audience-network
Other
319 stars 370 forks source link

Audience Activity Crash #91

Closed vishal105 closed 5 years ago

vishal105 commented 5 years ago

Android :Oreo

Caused by: java.lang.IllegalStateException: at android.app.Activity.onCreate (Activity.java:991) at com.facebook.ads.AudienceNetworkActivity.a (SourceFile:23) at com.facebook.ads.AudienceNetworkActivity$1.a (SourceFile:30) at com.facebook.ads.internal.ec.a (SourceFile:159) at com.facebook.ads.AudienceNetworkActivity.onCreate (SourceFile:78) at android.app.Activity.performCreate (Activity.java:6984) at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1235) at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2860)

compileSdkVersion 28 defaultConfig { minSdkVersion 17 targetSdkVersion 28 multiDexEnabled = true testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }

phzhou commented 5 years ago

HI @vishal105 we cannot reproduce the crash. Can you provide more detailed code snippet to help us reproduce the issue? Thanks

phzhou commented 5 years ago

@vishal105 if you are still facing the same issue please use https://developers.facebook.com/support/bugs/ to file a bug report to get in touch with our product engineers. Thank you!