r3gis3r / CSipSimple

CSipSimple Mirror (no pull-requests here)
http://www.csipsimple.com
GNU Lesser General Public License v3.0
302 stars 227 forks source link

CSipSimple does not compile #41

Open jessicabatista opened 8 years ago

jessicabatista commented 8 years ago

I downloaded the library source code and tried to compile it in Android Studio 1.4 on ubuntu 15.

When I try to compile i get the following error:

AGPBI: {"kind":"error","text":"Error parsing XML: prefix must not be bound to one of the reserved namespace names","sources":[{"file":"/home/jessicabatista/Desktop/CSipSimple-master3/app/build/intermediates/res/merged/debug/values-cs/values-cs.xml","position":{"startLine":1}}],"original":""} AGPBI: {"kind":"error","text":"Error parsing XML: prefix must not be bound to one of the reserved namespace names","sources":[{"file":"/home/jessicabatista/Desktop/CSipSimple-master3/app/build/intermediates/res/merged/debug/values-de/values-de.xml","position":{"startLine":1}}],"original":""} AGPBI: {"kind":"error","text":"Error parsing XML: prefix must not be bound to one of the reserved namespace names","sources":[{"file":"/home/jessicabatista/Desktop/CSipSimple-master3/app/build/intermediates/res/merged/debug/values-es/values-es.xml","position":{"startLine":1}}],"original":""} AGPBI: {"kind":"error","text":"Error parsing XML: prefix must not be bound to one of the reserved namespace names","sources":[{"file":"/home/jessicabatista/Desktop/CSipSimple-master3/app/build/intermediates/res/merged/debug/values-he/values-he.xml","position":{"startLine":1}}],"original":""} AGPBI: {"kind":"error","text":"Error parsing XML: prefix must not be bound to one of the reserved namespace names","sources":[{"file":"/home/jessicabatista/Desktop/CSipSimple-master3/app/build/intermediates/res/merged/debug/values-nl/values-nl.xml","position":{"startLine":1}}],"original":""} AGPBI: {"kind":"error","text":"Error parsing XML: prefix must not be bound to one of the reserved namespace names","sources":[{"file":"/home/jessicabatista/Desktop/CSipSimple-master3/app/build/intermediates/res/merged/debug/values-pt-rBR/values-pt-rBR.xml","position":{"startLine":1}}],"original":""} AGPBI: {"kind":"error","text":"Error parsing XML: prefix must not be bound to one of the reserved namespace names","sources":[{"file":"/home/jessicabatista/Desktop/CSipSimple-master3/app/build/intermediates/res/merged/debug/values-tr/values-tr.xml","position":{"startLine":1}}],"original":""} AGPBI: {"kind":"error","text":"Error parsing XML: prefix must not be bound to one of the reserved namespace names","sources":[{"file":"/home/jessicabatista/Desktop/CSipSimple-master3/app/build/intermediates/res/merged/debug/values-zh-rTW/values-zh-rTW.xml","position":{"startLine":1}}],"original":""} AGPBI: {"kind":"error","text":"Error retrieving parent for item: No resource found that matches the given name \u0027Theme.Sherlock\u0027.","sources":[{"file":"/home/jessicabatista/Desktop/CSipSimple-master3/app/src/main/res/values/styles.xml","position":{"startLine":1}}],"original":""} AGPBI: {"kind":"error","text":"Error retrieving parent for item: No resource found that matches the given name \u0027Theme.Sherlock\u0027.","sources":[{"file":"/home/jessicabatista/Desktop/CSipSimple-master3/app/src/main/res/values-v11/style.xml","position":{"startLine":1}}],"original":""} AGPBI: {"kind":"error","text":"Error retrieving parent for item: No resource found that matches the given name \u0027Theme.Sherlock.Dialog\u0027.","sources":[{"file":"/home/jessicabatista/Desktop/CSipSimple-master3/app/src/main/res/values/styles.xml","position":{"startLine":1}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name: attr \u0027actionBarItemBackground\u0027.","sources":[{"file":"/home/jessicabatista/Desktop/CSipSimple-master3/app/src/main/res/values/styles.xml","position":{"startLine":44,"startColumn":46,"startOffset":1999,"endColumn":69,"endOffset":2022}}],"original":""} AGPBI: {"kind":"error","text":"Error retrieving parent for item: No resource found that matches the given name \u0027Theme.Sherlock.NoActionBar\u0027.","sources":[{"file":"/home/jessicabatista/Desktop/CSipSimple-master3/app/src/main/res/values/styles.xml","position":{"startLine":1}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name: attr \u0027actionBarItemBackground\u0027.","sources":[{"file":"/home/jessicabatista/Desktop/CSipSimple-master3/app/src/main/res/values/styles.xml","position":{"startLine":44,"startColumn":46,"startOffset":1999,"endColumn":69,"endOffset":2022}}],"original":""}

Any help would be appreciated. Thanks in advance.