You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project was started in Eclipse and later moved to Android Studio. In the transition, both IDEs were supported.
Due to this, the files layout is not the usual in new projects created with Android Studio / gradle. This file
merges declarations usually split in two separates build.gradle file, one for global settings of the project in
its root folder, another one for the app module in subfolder of root.
Guys, Eclipse and Android are no team any more, and this makes no sense since 2015 !
I would like to make an PR to change project structure with an app directory, like most Android apps are, but when I see how much open PR's are there I see no chance doing this.
Am I right ?
The text was updated successfully, but these errors were encountered:
Hi @hannesa2 , thank you for your suggestion, I agree with you, we should adapt the project structure to be similar to the current Android apps but it should be done carefully.
You can try to do the needed changes and open a PR, contributions are always welcome 😉 . Don't worry about how many open PR's are opened, we will address it sooner or later and will be reviewed, tested and merged if everything is right.
I see this in build.gradle
Guys, Eclipse and Android are no team any more, and this makes no sense since 2015 !
I would like to make an PR to change project structure with an
app
directory, like most Android apps are, but when I see how much open PR's are there I see no chance doing this.Am I right ?
The text was updated successfully, but these errors were encountered: