-
Notifications
You must be signed in to change notification settings - Fork 55
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
Constructing a development environment. #88
Comments
You have to import ActionBarSherlock into your Eclipse workspace. And yeah, at the time I wrote this, it was Eclipse. I admit I haven't touched the codebase in years; it is probably pretty out of date. Welcome to Android, where your projects stop working after only a few years 😛 |
Yes, that's what I did to get down to the 2 remaining errors, that and for some unknown reason, the generated R.java is not made part of the project, so I added it manually. |
Maybe If I simplify the question. Here's one of the lines in eclipse that still issues a complaint.
The complaint is that "No resource found that matches the given name Widget.Sherlock.Light.ActionBar.TabText' Whereas, in the actionbarsherlock project, abs_styles.txt line 105, there is
Which leaves me, a novice at this mess, mystified. |
Are you using ABS version 4.2.0? It might depend on an older version than the current one. Otherwise you could try importing a Maven project into Android Studio. |
Heh, I tried importing into Android Studio, and I get the same error as you. Guess this project is pretty messed up these days. |
Some other messages point me at "minSdkVersion" and want me to increase it to at least 14. |
I was using 4.2.0: Lines 18 to 23 in ce6b2d8
|
Hmm. The other theory I'm entertaining is that the IDEs have become more clever at detecting potential conflicts, so the current errors are just newly detected; they were always there. After all, the maven project still builds fine. |
@ddyer0 @nolanlawson did you ever have any luck with this? I'm sure digging into a now several year old codebase would be a nightmare but I'd love to contribute to keep this app alive. |
I've moved on. Rather than directly coding android apps, these days I use CodenameOne |
(Back from vacation, renewing my attempt to become a contributor)
To recap: I can now build the original maven project and deploy it directly to my android device. I'd like to upgrade this to a modern IDE where I can deploy and debug on a simulator from my windows desktop. I'm trying to construct an eclipse based project. And I'm down to two tantalizing errors.
Description Resource Path Location Type
dependency=[com.actionbarsherlock:actionbarsherlock:apklib:4.2.0:compile] not found in workspace pom.xml /keepscore line 1 me.gladwell.eclipse.m2e.android.markers.dependency.apklib
error: Error retrieving parent for item: No resource found that matches the given name 'Widget.Sherlock.Light.ActionBar.TabText'. styles.xml /keepscore/res/values line 16 Android AAPT Problem
Or as an alternative, tell me what development environment I should use
The text was updated successfully, but these errors were encountered: