2017-01-13 6 views
0

this 오픈 소스 프로젝트를 번역하려고하지만 내 자신 만의 것이지만 청소 또는 재구성을 시도 할 때 오류가 발생합니다. 내가해야 할 일을 알아 내는데 도움이 필요해. 나는 이러한 오류를 해결하기 위해해야 ​​할 필요가있어 모르겠어요안드로이드 시스템 클리닝 응용 프로그램 오픈 소스

/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 

:

여기 내 오류 목록입니다. 나는 안드로이드 코딩에 익숙하지 않고 이것을 사용하여 배울 수있었습니다.

여기는 수정 해 줄 file입니다.

답변

0

1 : string.xml 모두와 %s 교체 : 난 당신이 안드로이드 응용 프로그램을 개발할 때 당신은 안드로이드 스튜디오보다는 일식를 사용하는 것이 좋습니다. 이것은 안드로이드 지원 라이브러리가 필요합니다. see here

+0

괜찮습니까? 그럼이 오류는 어떨까요? (413) 위치가 다른 형식으로 여러 번 대체되었습니다. formatted = "false"속성을 추가 하시겠습니까? – GhostNinja

+0

안드로이드 지원 lib, v4 및 v7의 부족으로 인해 다른 오류가 발생했을 수 있습니다. AndroidStudio를 사용하면 프로젝트를 자동으로 해결할 수 있습니다. –

+0

그게 내가 사용하고있어 항상 재건 및 청소를 시도하지만 그 때마다 오류가 발생합니다. – GhostNinja

0

안녕, 난 당신의 소스를 다운로드하고 사용자가 몇 가지 문제를 발견. 1, 라이브러리 소스, Gradle을 파일, 애플리케이션 ID가 2를 수정하지, 내 systemOS은 win10, JDK가 아마 오라클 jdk8 도서관의 compiledversion 및 buildToolsVersion입니다 수정할 필요는 없지만 jdk가 필요할 수도 있습니다. 그렇게 생각합니다. modified application idrun app successfully

+0

알았어. 이제 앱을 사용하고 앱이 다운 된 설정으로 이동하려고 할 때 모두 고정되어 있습니다. – GhostNinja