-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I use Ti SDK 9.0.0
Android SDK 23-29
If I add the launchmode attribute in the activity tag, causes en error when compiling:
tools:replace specified at line:5 for attribute tools:launchMode, but no new value specified
[ERROR] : [GRADLE] /Users/xavieralfeiran/Documents/Appcelerator_Studio_Workspace/ContactMeLater_and/build/android/app/src/debug/AndroidManifest.xml Error:
[ERROR] : [GRADLE] Validation failed, exiting
[ERROR] : [GRADLE]
[ERROR] : [GRADLE] FAILURE: Build failed with an exception.
[ERROR] : [GRADLE]
[ERROR] : [GRADLE] * What went wrong:
[ERROR] : [GRADLE] Execution failed for task ':app:processDebugManifest'.
[ERROR] : [GRADLE] > Manifest merger failed with multiple errors, see logs
Also, if i take out the launchMode, compiling goes fine, but when calling the deep link, app opens but deeply callback function is not fired.