Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

launchMode attribute cause error #5

Open
xalfeiran opened this issue May 9, 2020 · 1 comment
Open

launchMode attribute cause error #5

xalfeiran opened this issue May 9, 2020 · 1 comment

Comments

@xalfeiran
Copy link

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.

@xalfeiran
Copy link
Author

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 !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant