Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I happen to have found my own mistake! Most certainly I know a few others might go the same path.</p> <p>These are the steps in adding a support library with resources.</p> <ol> <li>Select File > Import.</li> <li>Select Existing Android Code Into Workspace and click Next.</li> <li>Browse to the SDK installation directory and then to the Support Library folder /extras/android/support/v7/appcompat/.</li> <li>Click Finish to import the project. You should now see a new project titled android-support-v7-appcompat.</li> <li>In the new library project, expand the libs/ folder, right-click each .jar file and select Build Path > add both the android-support-v4.jar and android-support-v7-appcompat.jar files to the build path. 6.Right-click the project and select Build Path > Configure Build Path. 7.In the Order and Export tab, check the .jar files you just added to the build path, so they are available to projects that depend on this library project. The appcompat project requires you to export both the android-support-v4.jar and android-support-v7-appcompat.jar files. Uncheck Android Dependencies. 8.Click OK to complete the changes.</li> </ol> <p>Now You add the library project to your application:</p> <ol> <li><p>In the Project Explorer, right-click your project and select Properties.</p></li> <li><p>In the Library pane, click Add. </p> <ul> <li>here is where I went wrong. Check if you've done it the right way too (As shown)</li> </ul></li> </ol> <p><img src="https://i.stack.imgur.com/JZ4Ip.png" alt="Library Pane"></p> <ol start="3"> <li>Select the library project and click OK. The appcompat project should be listed as android-support-v7-appcompat.</li> <li>In the properties window, 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.
    3. 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