Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give up on Eclipse for Android; convert older projects to pure Gradle/AndroidStudio format #7

Open
IanDarwin opened this issue Dec 10, 2020 · 2 comments

Comments

@IanDarwin
Copy link
Owner

At this point many of the examples need updates to their build.gradles etc. I will accept pull req's that remove the Eclipse files and optionally rearrange the project into "proper" (but wasted) "app/" structure. 99% of simple apps don't have more than one module, but Studio imposes an extra level of directory structure. But I'm tired of swimming against the current on that, so... full steam ahead for modularization, studification, etc.

Some projects are so out of date that they should probably be deleted.

This Issue won't be closed until all projects are converted, so please DO NOT cite it in your commits as that will cause GH to close this issue.

@IanDarwin IanDarwin changed the title Give up on Eclipse for Android; convert all projects to pure Gradle/AndroidStudio format Give up on Eclipse for Android; convert older projects to pure Gradle/AndroidStudio format Sep 4, 2022
@TinaT2
Copy link

TinaT2 commented Jul 30, 2023

Please list the samples that still need to be updated.

@IanDarwin
Copy link
Owner Author

A lot of them were converted in commit 748ffd4. Many of these still have pom files, which can be deleted iff the project builds successfully under gradle, otherwise, the project needs work.
Also, EventListenersDemo needs to be reworked into modern form; there are probably a few others.
Also, a "master" gradle build that builds all the projects would be nice; if that isn't easy to do in Gradle, a simple shell script would do the job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants