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

Update .classpath #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

daviddoria
Copy link

@daviddoria daviddoria commented Sep 20, 2013

When I first imported this project into Eclipse, I got an error that libmanet.jar was missing. I went into project properties -> Java Build Path -> Order and Export, and checked the box next to libmanet.jar. This is the resulting classpath that fixed the errors.


This change is Reviewable

When I first imported this project into Eclipse, I got an error that libmanet.jar was missing. I went into project properties -> Java Build Path -> Order and Export, and checked the box next to libmanet.jar. This is the resulting classpath that fixed the errors.
The first time I ran the app, I got:
java.lang.SecurityException: Not allowed to start service Intent { cmp=org.span/.service.core.ManetService } without permission android.permission.ACCESS_WIFI_STATE
@jrobble
Copy link
Member

jrobble commented Sep 20, 2013

Sounds good. I wrote a script that manually packages libmanet.jar:
https://github.com/ProjectSPAN/android-manet-manager/blob/master/AndroidManetManager/scripts/create-lib.sh

I usually manually copy the jar over to other projects.

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

Successfully merging this pull request may close these issues.

2 participants