-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
The SDK doesn't build with 3.0.0-alpha8. (classpath 'com.android.tools.build:gradle:3.0.0-alpha8'
)
When I downgrade back to 2.3.3 stable, it builds fine. 👍
Relevant log lines:
Configuration 'testCompile' in project ':core-android' is deprecated. Use 'testImplementation' instead.
Smartling: Config for fastDevDebug: SmartlingConfig{name='fastDevDebug', logLevel='verbose', mode='context-capture', otaServing=OtaServing{projectSecret='XXX'}, auth=Auth{userIdentifier='XXX', userSecret='XXX'}}
Smartling: Add process manifest action to fast-dev-debug
Smartling: Config for fastDevRelease: SmartlingConfig{name='fastDevRelease', logLevel='verbose', mode='ota-serving', otaServing=OtaServing{projectSecret='XXX'}, auth=Auth{userIdentifier='XXX', userSecret='XXX'}}
Smartling: Add process manifest action to fast-dev-release
Smartling: Config for slowMarketDebug: SmartlingConfig{name='slowMarketDebug', logLevel='verbose', mode='ota-serving', otaServing=OtaServing{projectSecret='XXX'}, auth=Auth{userIdentifier='XXX', userSecret='XXX'}}
Smartling: Add process manifest action to slow-market-debug
Smartling: Config for slowMarketRelease: SmartlingConfig{name='slowMarketRelease', logLevel='verbose', mode='ota-serving', otaServing=OtaServing{projectSecret='XXX'}, auth=Auth{userIdentifier='XXX', userSecret='XXX'}}
Smartling: Add process manifest action to slow-market-release
Smartling: Config for slowDevDebug: SmartlingConfig{name='slowDevDebug', logLevel='verbose', mode='ota-serving', otaServing=OtaServing{projectSecret='XXX'}, auth=Auth{userIdentifier='XXX', userSecret='XXX'}}
Smartling: Add process manifest action to slow-dev-debug
Smartling: Config for slowDevRelease: SmartlingConfig{name='slowDevRelease', logLevel='verbose', mode='ota-serving', otaServing=OtaServing{projectSecret='XXX'}, auth=Auth{userIdentifier='XXX', userSecret='XXX'}}
Smartling: Add process manifest action to slow-dev-release
Build cache is an incubating feature.
:app:preBuild UP-TO-DATE
:core-android:preBuild UP-TO-DATE
:core-android:preDebugBuild UP-TO-DATE
:core-android:checkDebugManifest UP-TO-DATE
:core-android:processDebugManifest UP-TO-DATE
:app:preFastDevDebugBuild UP-TO-DATE
:core-android:compileDebugAidl UP-TO-DATE
:app:compileFastDevDebugAidl UP-TO-DATE
:core-android:packageDebugRenderscript NO-SOURCE
:app:compileFastDevDebugRenderscript UP-TO-DATE
:app:checkFastDevDebugManifest UP-TO-DATE
:app:generateFastDevDebugBuildConfig UP-TO-DATE
:app:mergeFastDevDebugShaders UP-TO-DATE
:app:compileFastDevDebugShaders UP-TO-DATE
:app:generateFastDevDebugAssets UP-TO-DATE
:core-android:mergeDebugShaders UP-TO-DATE
:core-android:compileDebugShaders UP-TO-DATE
:core-android:generateDebugAssets UP-TO-DATE
:core-android:mergeDebugAssets UP-TO-DATE
:app:mergeFastDevDebugAssets UP-TO-DATE
:app:createFastDevDebugCompatibleScreenManifests UP-TO-DATE
:app:processFastDevDebugManifest
…
/Users/aphex/StudioProjects/postmates/courier-android/app/src/dev/AndroidManifest.xml:64:9-67:44 Warning:
meta-data#com.google.android.gms.wallet.api.enabled@android:value was tagged at AndroidManifest.xml:64 to replace other declarations but no other declaration present
:app:processFastDevDebugManifest FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processFastDevDebugManifest'.
> Could not get unknown property 'manifestOutputFile' for task ':app:processFastDevDebugManifest' of type com.android.build.gradle.tasks.MergeManifests.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED in 1s
16 actionable tasks: 1 executed, 15 up-to-date
Metadata
Metadata
Assignees
Labels
No labels