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