Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>OK, I found the answer to my own question really needed to ensure that</p> <p>1.) the Library Actionbarsherlock has been created in the workspace and delete a duplicate android-support-v4.jar in that project</p> <p>2.) Delete the original reference to the library Actionbarsherlock, in the samples project and re-add</p> <p>3.) Then add android-support-v4.jar to a new libs folder</p> <p><strong>Detailed steps for this are:</strong></p> <p>Import ‘JakeWharton-ActionBarSherlock-4.3.1-0/Actionbarsherlock’ as an android project</p> <p>Delete the Android Dependencies ‘android-support-v4.jar’ in the actionbarsherlock project. As this there is already a reference to this in samples project. Clean all projects</p> <p>In the project wanting to use Actionbarsherlock in this case the sample ‘actionbarsherlock-samples’ Go to Project Properties -> Android -> remove any broken references to the ‘actionbarsherlock’ library , then add the library project The library project ‘Actionbarsherlock ‘ still has errors in it then</p> <p>So, what I did to fix it, was:</p> <ol> <li>Right click on your project ("actionbarsherlock") in the navigation menu on the left.</li> <li>Click 'Properties'.</li> <li>Click 'Java Build Path' on the left hand navigation pane.</li> <li>Click 'Add External Jars' button on the right.</li> <li>Navigate to: "\android-sdks\extras\android\support\v4"</li> <li>Choose "android-support-v4.jar", then click 'Open', then click 'Ok'.</li> <li>Left Click on your Project ("actionbarsherlock")</li> <li>Click 'Project' at the top, then click 'Clean', then click 'Ok'.</li> </ol>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload