In a recent post I received help how to copy files into the META-INF directory of an APK (Add generated file to META-INF). For instance, I can copy a LICENSE file into the APK. Strange thing I came across, however, is that if I try this same solution to copy NOTICE into META-INF, the file doesn’t show up. However, if I rename the file during the copy (for example, to NOTICE_INFO) then it does show up in the META-INF. Seems like something is going on behind the scenes, does anyone know?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Copy extra file into Android META-INF | 0 | 609 | December 16, 2016 | |
How can I copy a file from my Gradle build directory to the META-INF directory in my APK? | 1 | 1650 | December 16, 2016 | |
Add generated file to META-INF | 6 | 7032 | January 26, 2017 | |
Rename META-INF and MANIFEST.MF | 0 | 539 | June 26, 2012 | |
Multiple Files of the Same Name in the META-INF folder of a JAR | 0 | 988 | August 29, 2018 |