Skip to content

Skip.env ANDROID_PACKAGE_NAME = painless.password #203

Answered by marcprux
davidakoontz asked this question in Q&A
Discussion options

You must be logged in to vote

Skip will derive Kotlin package names from a Swift module name by de-camel-casing the name and forming a valid Java package identifier. Thus, "PainlessPassword" converts to "painless.password". This is discussed in the docs on platform customization. The module resources are embedded in your app as part of the owning package, which is why the Module.xcassets in your Resources/ folder will try to be copied and linked over to a destination folder of src/main/resources/painless/password/Resources/Module.xcassets.

That being said, I'm not sure where that error message is coming from. Did anything get renamed in the project recently that triggered this build/test error? You may want to try a c…

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@davidakoontz
Comment options

@davidakoontz
Comment options

@davidakoontz
Comment options

Answer selected by davidakoontz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants