Hi guys,
Recent days I was in busy with recent changes happening in android development. It was quite interesting to find that Google has brought up with lot more new API's and updates. Meanwhile was busy with building some recent projects even though I found my time to update the new API's available in SDK manager. As most curious thing was I just ended up coding with one of my new project and ready to test and build in eclipse IDE. After finishing downloading my new updated API's I found some recent errors with App-compact v7.jar over my LIB file. As usual was fixing it by correcting properties of the project and IDE even I found some hard to fix it. Even though I fixed the properties in eclipse by using each and every method I found that the dependencies were not matching with IDE resulting failure in adding LIB files.
Recent days I was in busy with recent changes happening in android development. It was quite interesting to find that Google has brought up with lot more new API's and updates. Meanwhile was busy with building some recent projects even though I found my time to update the new API's available in SDK manager. As most curious thing was I just ended up coding with one of my new project and ready to test and build in eclipse IDE. After finishing downloading my new updated API's I found some recent errors with App-compact v7.jar over my LIB file. As usual was fixing it by correcting properties of the project and IDE even I found some hard to fix it. Even though I fixed the properties in eclipse by using each and every method I found that the dependencies were not matching with IDE resulting failure in adding LIB files.
Even though I tried every method to fix this error like
- "File->Import (android-sdk\extras\android\support\v7). Choose "appcompat" Project-> properties->Android. In the section library "Add" and choose "appCompat""
- "-In Properties -> Android add the library, but uncheck "IsLibrary”. -In Android -> Project build tarjet check Android 4.0. -In "Java Build Path" -> Order and Export -> Unchecked the .jar library -Finally do a “Project -> Clean” both projects "
- You should reinstall your Android Support Library by Android SDK Manager to get the complete android supportV7 library. The mediarouter library project dependency on the appcompat library project. So,after you have finished Step 1, you can follow Android Support Library v7: Error retrieving parent for item to fix this problem.
still it was unable to troubleshoot the error happened to the dependencies. Finally I referred our developer hub http://developer.android.com/ I found that some of the new API's dependencies are hard to work over in eclipse were as Google has announced their official IDE as ANDROID STUDIO.
After installing our new IDE all the dependency problem were solved regarding app.compact v7 and API 19, 20 and 21. Even our new IDE is literally awesome and it includes a lot of new features. So guys don't wait to get your new IDE. just download as early as possible.
Comments
Post a Comment