2017-01-13 2 views
0

Ich versuche this Open-Source-Projekt zu übersetzen und es zu meinem eigenen, aber ich renne in Fehler beim Versuch zu reinigen oder neu zu erstellen. Ich brauche Hilfe, um herauszufinden, was ich tun muss.Android System Cleaning App Open Source

Hier ist meine Fehlerliste:

/Users/Technologx/Desktop/Android Projects/New/SysVac/app/build/intermediates/res/merged/debug/values/values.xml 
Error:(413) Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute? 
Error:(413) Unexpected end tag string 
Error:(413) Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute? 
Error:(413) Unexpected end tag string 
/Users/Technologx/Desktop/Android Projects/New/SysVac/app/build/intermediates/res/merged/debug/values-large-v4/values-large-v4.xml 
Error:(12) Error retrieving parent for item: No resource found that matches the given name 'Base.Theme.AppCompat.Dialog.FixedSize'. 
Error:(13) Error retrieving parent for item: No resource found that matches the given name 'Base.Theme.AppCompat.Light.Dialog.FixedSize'. 
Error:(12) Error retrieving parent for item: No resource found that matches the given name 'Base.Theme.AppCompat.Dialog.FixedSize'. 
Error:(13) Error retrieving parent for item: No resource found that matches the given name 'Base.Theme.AppCompat.Light.Dialog.FixedSize'. 
/Users/Technologx/Desktop/Android Projects/New/SysVac/app/build/intermediates/res/merged/debug/values-v11/values-v11.xml 
Error:(66) Error retrieving parent for item: No resource found that matches the given name 'Base.V7.Theme.AppCompat'. 
Error:(67) Error retrieving parent for item: No resource found that matches the given name 'Base.V7.Theme.AppCompat.Dialog'. 
Error:(68) Error retrieving parent for item: No resource found that matches the given name 'Base.V7.Theme.AppCompat.Light'. 
Error:(66) Error retrieving parent for item: No resource found that matches the given name 'Base.V7.Theme.AppCompat'. 
Error:(67) Error retrieving parent for item: No resource found that matches the given name 'Base.V7.Theme.AppCompat.Dialog'. 
Error:(68) Error retrieving parent for item: No resource found that matches the given name 'Base.V7.Theme.AppCompat.Light'. 
/Users/Technologx/Desktop/Android Projects/New/SysVac/app/build/intermediates/res/merged/debug/values-v21/values-v21.xml 
Error:(66) Error retrieving parent for item: No resource found that matches the given name 'Base.V7.Theme.AppCompat'. 
Error:(140) Error retrieving parent for item: No resource found that matches the given name 'Base.V7.Theme.AppCompat.Light'. 
Error:(66) Error retrieving parent for item: No resource found that matches the given name 'Base.V7.Theme.AppCompat'. 
Error:(140) Error retrieving parent for item: No resource found that matches the given name 'Base.V7.Theme.AppCompat.Light'. 
Error:Execution failed for task ':app:processDebugResources'. 
> com.android.ide.common.process.ProcessException: Failed to execute aapt 

Ich bin nicht sicher, was ich zu müssen tun, um diese Fehler zu beheben. Ich bin neu in der Android-Programmierung und wollte dies nutzen, um mir beim Lernen zu helfen.

Hier ist die file, dass es mich reparieren will.

Antwort

0

1: ersetzen %s mit %1$s alle in Ihrem string.xml 2: Ich schlage vor, Sie verwenden Android Studio statt Eclipse wann Sie Android App zu entwickeln. Dies benötigt Android-Support-Bibliothek. see here

+0

In Ordnung also was ist mit diesem Fehler: (413) Mehrere Ersetzungen im nicht-positionalen Format angegeben; meinst du das Attribut "formatiert =" false "hinzuzufügen? – GhostNinja

+0

andere Fehler vielleicht wegen des Mangels an Android-Unterstützung lib, v4 und v7, wenn Sie AndroidStudio verwenden, um Ihr Projekt zu machen, kann es automatisch auflösen. –

+0

Das ist, was ich benutze und immer benutze ich versuche, neu aufzubauen und zu reinigen, aber ich bekomme diese Fehler jedes Mal. – GhostNinja

0

Hallo, ich Ihre Quelle herunterladen, und ich fand ein Problem: 1, Bibliothek Quelle, gradle Datei, applicationID nicht geändert 2, mein SystemOS ist win10, jdk ist jdk8 Orakel compiledversion Bibliothek und buildToolsVersion vielleicht. muss nicht geändert werden, aber jdk vielleicht benötigt. Ich denke schon. modified application id und run app successfully

+0

In Ordnung, ich habe jetzt alles behoben, wenn ich die App benutze und versuche, zu den Einstellungen zu gelangen, bei denen die App abstürzt. – GhostNinja