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

Alternative source only install #37

Open
gradha opened this issue May 26, 2011 · 1 comment
Open

Alternative source only install #37

gradha opened this issue May 26, 2011 · 1 comment

Comments

@gradha
Copy link

gradha commented May 26, 2011

Instead of using maven I was experimenting on how to use droid-fu as a source dependency rather than jar. I figured out how to do it (gradha@2461c7e) but unfortunately in the process I had to remove the map related activities and assertions tests because I was getting compilation problems (gradha@a78d7c6).

This is not a big deal for me since I don't plan to use anything map related, but I wonder if the map activity compilation issues are due to the way I'm including the source or they are related to the other issues you have opened in github about including the google libraries inside the jar.

@gradha
Copy link
Author

gradha commented May 27, 2011

The errors related to the MapActivity class and others also appear when generating the documentation (see #38), here's some of them:

Constructing Javadoc information...
droid-fu/src/main/java/com/github/droidfu/activities/BetterMapActivity.java:21: package com.google.android.maps does not exist
import com.google.android.maps.MapActivity;
                              ^
droid-fu/src/main/java/com/github/droidfu/activities/BetterMapActivity.java:22: package com.google.android.maps does not exist
import com.google.android.maps.MapView;
                              ^

Any pointers on how to fix these problems are welcome.

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

1 participant