-
Notifications
You must be signed in to change notification settings - Fork 56
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
Configuring eclipse #87
Comments
This is a very old project, so you might actually have better luck if you try using the "Import" feature in Android Studio. Else your issue may be that you didn't download ActionBarSherlock and put it in your workspace. Alternatively, you can just build it with Maven as described in the documentation. It hardly matters if you can build it in Eclipse or not, if you're able to build it on the command line. 😉 |
I backed off and reiterated the instructions. Building ambilwarna seemed to be successful. [ERROR] Failed to execute goal com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.6.0:generate-sources |
Allright, I eventually determined that this problem was due to the latest version of Mavin (3.3) being The next issue is to get a reasonable development/debug environment. Connecting my android device [INFO] ------------------------------------------------------------------------ .. but I would much prefer to do routine development on a simulator - surely there's a way to do that? |
Ok, success at last. The final secret was to uninstall the standard version of keepscore from the device. Some things you could add to the README to get the next victim off the starting line a little faster:
|
Can you open a pull request to change the README? Would be helpful I'm sure. :) |
I'm trying to configure KeepScore to build using eclipse, with maven plugin, and the
external actionbarsherlock project. I'm not quite there; the build step go generate com.nolanlawson.keepscore.R isn't working.
If one of you contributors could spare time for a short consultation, I'm sure I can get
in business. I'm very familiar with Java and Eclipse, but not with the android tools.
The text was updated successfully, but these errors were encountered: