2017-04-06 7 views
1

Also, ich habe heute Morgen einige Änderungen an meinem Code vorgenommen und es läuft genau so wie früher. Und wenn ich dann laufen versucht reagieren-native Lauf android wieder nach wenigen Stunden bekam ich unter Fehler:React Native plötzlich nicht bauen

/Users/mimicreative/Documents/Kerja/Project/PictalogiDev/android/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.0.0/res/layout/abc_action_bar_title_item.xml:21:22-76: AAPT: No resource found that matches the given name (at 'style' with value '@style/RtlOverlay.Widget.AppCompat.ActionBar.TitleItem').

/Users/mimicreative/Documents/Kerja/Project/PictalogiDev/android/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.0.0/res/layout/abc_action_bar_title_item.xml:30:41-91: AAPT: No resource found that matches the given name (at 'layout_marginTop' with value '@dimen/abc_action_bar_subtitle_top_margin_material').

/Users/mimicreative/Documents/Kerja/Project/PictalogiDev/android/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.0.0/res/layout/abc_action_bar_view_list_nav_layout.xml:22:22-48: AAPT: No resource found that matches the given name (at 'style' with value '?attr/actionBarTabBarStyle').

So viel Linie Fehler wie oben dann am Ende der Leitung Ich habe diese:

Execution failed for task ':app:processDebugResources'. com.android.ide.common.process.ProcessException: Failed to execute aapt

Wie kann ich das beheben? Was verursacht den Fehler?

Antwort

0

Für alle, die dieses Problem haben, müssen Sie nur das Android Support Repository mit Android SDK Manager aktualisieren.

+1

Bereits in der neuesten Version :( – Frexuz