How can I run this android project by using eclipse? [duplicate] - java

This question already has answers here:
No resource found that matches the given name '#style/Theme.AppCompat.Light'
(4 answers)
Closed 6 years ago.
I want to compile and run the project (Signal-Android : Openwhisper) by using Eclipse. Is there anyway to do that? (the reason that I have to use Eclipse because of its add-on 'call graph viewer'. I want the call graph of the project. If anyone has other idea, you can post here also)
I have ADT installed already.
when I tried to run it. Lots of error appeared
No resource found that matches the given name 'Theme.AppCompat.NoActionBar'.
No resource found that matches the given name '#style/Theme.AppCompat.Light.DarkActionBar'.
No resource found that matches the given name '#style/Widget.AppCompat.ActionBar'.
... Actually it has more than 20 lines of error
Errors from Eclipse:
I found that most people using Android Studio but I cant find how to create call graph.
I tried to add Appcompat v7 as support Library but in Propertied > android > Library when I click add. It has nothing inside but I'm sure in sdk/extras/android/support/v7/appcompat/libs has v7 appcompat.jar

Check the android version you have downloaded and installed... and which version is set as target for your application...

Related

error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'

hi i am a beginner for android i was decompile an app and i det the code source but when i import it on eclipse its give me this error:
error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.
i try some tips that i found it in stack-overflow but not working
if you know the solution help me
This may caused you haven't installed API > 21 in your computer (http://android-developers.blogspot.com/2014/10/appcompat-v21-material-design-for-pre.html).
Open SDK Manager and install it.
And another important thing i want to talk about is why you use Eclipse instead of Android Studio? eclipse is now no longer supported by Google

installing android ADT with eclipse

i recently downloaded the android sdk but when i try to create a new android project in eclipse , it always shows the same error
[2016-04-15 01:22:40 - HelloWorld3] C:\Users\Admin\workspace\HelloWorld3\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-04-15 01:22:40 - HelloWorld3]
[2016-04-15 01:22:40 - HelloWorld3] C:\Users\Admin\workspace\HelloWorld3\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-04-15 01:22:40 - HelloWorld3]
[2016-04-15 01:22:40 - HelloWorld3] C:\Users\Admin\workspace\HelloWorld3\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2016-04-15 01:22:40 - HelloWorld3]
the project is not created. i was using eclipse luna before, i reinstalled eclipse and now i have mars 2. i also deleted the latest packages from SDK manager. these are the only solutions i have found
another thing that i noticed is that eclipse is not working as it should after installing android sdk. for example the icon doesnt change. in the welcome page after installing sdk, it does not give me the option to choose from existing SDKs. when i click File -> New , there is no android application project, and i have to select project then click on android and then android application project.
can someone pls help ??
You are missing the support project ....
Do this:
File -> Import (android-sdk\extras\android\support\v7). And there choose "appcompat"
Project -> properties -> Android. In the section library "Add" and choose "appCompat"
To be honest with you, you will have less headache if you start using Android Studio, since it is now the official IDE for andoid and you recieve all the latest updates pretty much automatically. But if you Really have to work with Eclipse for some reason thats how you do it:
File -> Import (android-sdk\extras\android\support\v7). And there choose "appcompat"
Project -> properties -> Android. In the section library "Add" and choose "appCompat"
The error says you that you are missing "appCompat".
I said pretty much same that #ΦXoce 웃 Пepeúpa did but really consider going to Android Studio.

the error in eclipse about that no resource found while making new project? [duplicate]

This question already has answers here:
appcompat-v7:21.0.0': No resource found that matches the given name: attr 'android:actionModeShareDrawable'
(14 answers)
Closed 8 years ago.
As soon as I create a Android project in Eclipse Indigo I instantly get a resource error on the line, setContentView(R.layout.main); To make it worse, projects that were working now are having their 'gen' folder emptied upon being built.
Unfortunately using google gives me a million references to projects that need to have files renamed or rebuilt, so I thought I'd ask here.
Errors
Description Resource Path Location Type error: Error: No resource found that matches the given name: attr 'android:actionModeShareDrawable'. themes_base.xml /appcompat_v7/res/values-v11 line 352 Android AAPT Problem error
The link provided by you didn't help me?
please help me?
appcompat-v7:21.0.0': No resource found that matches the given name: attr 'android:actionModeShareDrawable'
you should fix the imports import the support library
https://developer.android.com/tools/support-library/setup.html
the issue is you development environment is not able to resolve issue related to resource not able to compile as it is not able to find appropriate reference to external resources which your project is using

No resource found that matches the given name

I know many others have experienced a similar issue and I found these questions that were very similar to my issue:
Android Support Library v7: Error retrieving parent for item
error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.ActionButton'
The problem is that I tried the different solutions offered in those answers such as changing the target sdk to something like 14 or 15, and also cleaning and rebuilding the project. I am using intelij and I havent been able to make the following errors disappear:
Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.ActionButton'
Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Light.ActionButton'
are there any other things that I can try to attempt to correct these errors? any suggestions are appreciated
Maybe you are not including the support library to your project.
Also have a look at this question Use AppCompat Library for ActionBar support
Add the support library from your adt location like this :
adt-bundle-windows-x86_64-20130917\sdk\extras\android\support\v7\appcompat\libs\android-support-v7-appcompat
to your project and clean the project..It should fix it.
You should ask yourself the following question "Do I want to support older (<4) android versions?"
If you don't want to, you don't have to use AppCompat. If you do want to support older versions, you simply include the Appcombat library.
Right click on your Hierarchy and select import. Browse to the location of your SDK/Extras/Android/Support/V7/Appcompat/ and import that library.
Now mark the project as a library and add the Library to your app. Now, Appcompat can actually be resolved.

How to import R into Android project? [duplicate]

This question already has answers here:
"R cannot be resolved to a variable"? [duplicate]
(30 answers)
Closed 9 years ago.
I've downloaded a couple of example Android projects to learn ORMLite. I constantly get this error saying R cannot be resolved to a variable. So I just do a CTRL+Shift+O to automatically import all dependencies. This then inserts import android.R; which unfortunately doesn't solve the problem.
Since the package name is com.test; I tried to do import com.test.R; but that doesn't work either.
Does anybody know how I can solve this?
try the next steps (order doesn't matter) :
update ADT & SDK , Eclipse and Java
remove gen folder , and create it again .
do a clean-project.
right click the project and choose android-tools -> fix-project-properties .
right click the project and choose properties -> java-build-path -> order-and-export. make sure the order is :
Android 4.3 (always the latest version)
Android private libraries
android dependencies
your library project/s if needed
yourAppProject/gen
yourAppProject/src
make sure all files in the res folder's subfolders have names that are ok : only lowercase letters, digits and underscore ("_") .
always make sure the targetSdk (in the manifest) is pointed to the latest API (currently 18) , and also set it in the project.properties file

Categories

Resources