In Progress
Status Update
Comments
h6...@gmail.com <h6...@gmail.com> #2
Incorrect: None of NDK are not installed to the machine
Correct: None of NDK are installed on the machine
to...@google.com <to...@google.com>
je...@google.com <je...@google.com>
sp...@google.com <sp...@google.com> #3
Thanks for your request. We will investigate this issue and see if we can implement the behavior you've requested.
sp...@google.com <sp...@google.com>
sp...@google.com <sp...@google.com>
je...@google.com <je...@google.com>
bi...@google.com <bi...@google.com> #4
As an additional alternative, it should be possible to specify a label in the options for GmailApp.sendEmail().
A work-around is proposed in StackOverflow:http://stackoverflow.com/a/18727687/1677912
A work-around is proposed in StackOverflow:
bi...@google.com <bi...@google.com> #5
Are there any news on adding the ability to archive and add a label to specific emails (not threads)? From a corporate shared mailbox perspective auto threading emails by subject is a serious issue (eg. we recive two emails from the same person with same subject but with different description).
Since it's available in pure mailbox view is that such a big effort to make it available also in Google Script?
Since it's available in pure mailbox view is that such a big effort to make it available also in Google Script?
Description
DESCRIBE THE ISSUE IN DETAIL:
When AGP builds the app module and tries to bundle native libraries (*.so), it fails to strip debug symbols so the final aab/apk contains large native library files with debug symbols.
Minimal setup:
ndkVersion
is not specified in thebuild.gradle
of the app module.ndkVersion
can be used as a workaroundSTEPS TO REPRODUCE:
Clone the following repository;https://github.com/h6ah4i/gradle-ndk-strip-debug-symbol-not-applied-bug
Build a Docker image with docker-compose.
Check warning messages displayed when
ndkVesion
is NOT specified in the app module.Check the issue is gone when
ndkVesion
is specified in the app module. (testing the workaround)ATTACH LOG FILES
Result:https://scans.gradle.com/s/natsgghkjfwwm
SOFTWARE VERSION INFO.