Code Monkey home page Code Monkey logo

Comments (11)

Gregadeaux avatar Gregadeaux commented on August 23, 2024

Hmmm with stuff like this I usually try doing a Clean on the project. Have you tried that?

from android-fly-in-app-navigation.

quentin23soleil avatar quentin23soleil commented on August 23, 2024

The thing is i get the error when i import your lib in existing project. No
relation with my project.

On Tue, Jul 24, 2012 at 5:37 PM, Greg Billetdeaux <
[email protected]

wrote:

Hmmm with stuff like this I usually try doing a Clean on the project. Have
you tried that?


Reply to this email directly or view it on GitHub:

#4 (comment)

Quentin DOMMERC
Freelance dans le dev. Android
Google Student Ambassador
Etudiant EPITECH
Mon webCV http://quentin-dommerc.fr/
Mon G+ https://plus.google.com/u/0/114924336724028319172
Follow me on Twitter http://twitter.com/kentin_dommerc

from android-fly-in-app-navigation.

Gregadeaux avatar Gregadeaux commented on August 23, 2024

The way I've done it, and the way I suggest, is to import it into a new project, then add it to your project as a library. If the import gives you gen errors, I do a clean on the library project and see if that fixes anything. For some reason, eclipse doesn't always generate the R.java file like it should.

from android-fly-in-app-navigation.

quentin23soleil avatar quentin23soleil commented on August 23, 2024

Re-imported the project, cleaned, still the same error :/

from android-fly-in-app-navigation.

Gregadeaux avatar Gregadeaux commented on August 23, 2024

Try this. http://stackoverflow.com/questions/6185600/android-fbreaderj-gen-already-exists-but-is-not-a-source-folder-convert-to-a-s

from android-fly-in-app-navigation.

quentin23soleil avatar quentin23soleil commented on August 23, 2024

Worked. Perfect.

from android-fly-in-app-navigation.

quentin23soleil avatar quentin23soleil commented on August 23, 2024

New problem from the old one.

None of my R.* is not recognized because i imported the one from the lib due to the SO fix :/

from android-fly-in-app-navigation.

serggl avatar serggl commented on August 23, 2024

for me fixing the problem was to correct .classpath file to:

<classpath>
    <classpathentry kind="src" path="src"/>
    <classpathentry kind="src" path="gen"/>
    <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
    <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
    <classpathentry kind="output" path="bin/classes"/>
</classpath>

from android-fly-in-app-navigation.

quentin23soleil avatar quentin23soleil commented on August 23, 2024

Not working :/

from android-fly-in-app-navigation.

serggl avatar serggl commented on August 23, 2024

you need to reload eclipse in order to reload .classpath

from android-fly-in-app-navigation.

quentin23soleil avatar quentin23soleil commented on August 23, 2024

I had the same .classpath file. No need to change it though.

from android-fly-in-app-navigation.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.