golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
122.93k stars 17.53k forks source link

Android & Golang dependency : Impossible to generate a signed Bundle #36993

Closed ghost closed 4 years ago

ghost commented 4 years ago

Everything works fine in debug mode. However, it is impossible to generate a signed Bundle with Android Studio. I get the following error:

File 'root / lib / GOLANG-LICENSE' uses reserved file or directory name 'lib'

I don't import the golang library directly, it is part of the library (kassensichv) I use.

Any idea where this issue can come from?

agnivade commented 4 years ago

Please fill the issue template, so that we can understand how to debug this issue ourselves.