Closed Bug 1496691 Opened 6 years ago Closed 6 years ago

GeckoView build error: Default interface methods are only supported starting with Android N (--min-api 24)

Categories

(GeckoView :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: sebastian, Unassigned)

References

Details

Building with the latest version of GeckoView (64.0.20181004100221) fails with the following error: > :samples-browser:transformClassesWithDexBuilderForGeckoNightlyAarch64DebugD8: Default interface methods are only supported starting with Android N (--min-api 24): com.google.android.exoplayer2.upstream.DataSource com.google.android.exoplayer2.upstream.HttpDataSource$Factory.createDataSource() Full log output of the Android Components sample browser build: https://tools.taskcluster.net/groups/WUpnsoaJSpWNKZFLe4JWdg/tasks/Yti119iWTzKOM2Zz7HCoOw/runs/0/logs/public%2Flogs%2Flive.log
Okay, that's just a side effect from bug 1485439 and we will need to apply the same changes to Android Components: > compileOptions { > sourceCompatibility JavaVersion.VERSION_1_8 > targetCompatibility JavaVersion.VERSION_1_8 > }
Blocks: 1485439
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
Product: Firefox for Android → GeckoView
You need to log in before you can comment on or make changes to this bug.