Why AS would not allow me to create a module with ...
# random
j
Why AS would not allow me to create a module with "-" in the name? Like "models-common" does not seem to be a valid name. Is it a bug or is it by design? Intellij Idea CE 2018.3 does not seem to have the same validation...
g
Why would it be invalid name?
j
the char "-" is illegal for some reason...
g
Because it used for Android module package probably
Gradle or Idea module may contains
-
without problem
j
I tried to create an Android library module at Idea CE and it did not complain...
Should I file a bug somewhere?
g
Maybe on Android Studio issue tracker
This looks as some bug, I just reproduced it once, than tried again and everything is fine
image.png
j
no lucky in here... I will try to file the bug.
g
Try to press “Edit” package name
j
nops
@gildor thanks for the help 😄
👍 1