You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Second issue with reported also with Ti SDK 9.0.0, 8.3.1, 8.2.0 and 8.0.0
java version 1.8.0
When deep link is clicked, app goes to the foreground and console log shows:
[ERROR] : JNIUtil: !!! Unable to convert unknown Java object class 'java.util.ArrayList' to JS value !!!
[ERROR] : JNIUtil: !!! Unable to convert unknown Java object class '[B' to JS value !!!
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.
The text was updated successfully, but these errors were encountered: