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

Importing the ProgrammingAndroid2Examples Projects To Eclipse . . . #10

Closed
corinthian13 opened this issue May 30, 2014 · 6 comments
Closed

Comments

@corinthian13
Copy link

  1. The Eclipse import function renames the project to whatever name the main activity has.
  2. Some projects in the folder are simply not "seen" by the import feature, e.g. ClientServerDemo, FillListTask and SharedListTask.
  3. There is a Java error in the MicroJobs project. Looks like some required library is not appended to the project.
  4. How come all these issues weren't sorted out by either the FOUR EXPERT authors or by their publisher's editor at O'Reilly before publishing the SECOND edition ?
@bmeike
Copy link
Owner

bmeike commented May 31, 2014

Hey Corinthian13
In reverse order!

  1. The issues you describe WERE sorted out by the 4 Android experts that wrote the book! We expected, exactly, problems like this and did our best to address them. Our book, though, is about Android, not about Eclipse. We did not cover every issue that could be encountered by every newcomer to the platform.
  2. Please read through the book chapter on this project. You are correct: it takes some extra configuration to get the project to build. The extra configuration, though, is described in detail, in the book.
  3. It is true! There are projects here that are not immediately importable! Please read the book for a description of what those projects are, and how to use them
  4. You are using Import >> Android >> Existing Android Code into Workspace, instead of Import >> General >> Existing Projects into Workspace, as our directions recommend. Try doing it our way. It works better.

@bmeike bmeike closed this as completed May 31, 2014
@corinthian13
Copy link
Author

Christ, you're quick enough to close threads, aren't you ?
<< You are using Import >> Android >> Existing Android Code into Workspace, instead of Import >> General >> Existing Projects into Workspace, as our directions recommend. Try doing it our way. It works better. >>
Where were such directions given ?
In the book ?
In the README file for your download site ?

I'd love to try it your way.
But I don't see how.
And others - see Stackoverflow forum on this very issue - apparently haven't either.

@bmeike
Copy link
Owner

bmeike commented Jun 1, 2014

On May 31, 2014, at 7:25 AM, corinthian13 notifications@github.com wrote:

Christ, you're quick enough to close threads, aren't you ?
<< You are using Import >> Android >> Existing Android Code into Workspace, instead of Import >> General >> Existing Projects into Workspace, as our directions recommend. Try doing it our way. It works better. >>
Where were such directions given ?
In the book ?
In the README file for your download site ?

As I said, our book is about Android, not about Eclipse. There are some great Eclipse books out there, if you are interested.

You are quite correct, though, that we do not describe in detail, how to do this. We have to start somewhere.

I'd love to try it your way.
But I don't see how.
And others - see Stackoverflow forum on this very issue - apparently haven't either.

Please cite a specific Stack Overflow issue. I’ll address the problem there.

-blake

@paulvi
Copy link

paulvi commented Jun 3, 2014

Please cite a specific Stack Overflow issue. I’ll address the problem there.

👍

@corinthian13
Copy link
Author

It's not on importing your book's projects specifically but importing Android projects in general :

http://stackoverflow.com/questions/14836776/importing-existing-android-project-into-eclipse-renames-project

@bmeike
Copy link
Owner

bmeike commented Jun 3, 2014

Thanks very much!! I’ll check this right out.

-blake

On Jun 3, 2014, at 4:37 AM, corinthian13 notifications@github.com wrote:

It's not on importing your book's projects specifically but importing Android projects in general :

http://stackoverflow.com/questions/14836776/importing-existing-android-project-into-eclipse-renames-project


Reply to this email directly or view it on GitHub.

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

No branches or pull requests

3 participants