android - React Native suddenly fail to build -
so, doing modification on code morning , runs used to. , when tried run react-native run-android again after few hours, got below error:
/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 matches given name (at 'style' 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 matches given name (at 'layout_margintop' 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 matches given name (at 'style' value '?attr/actionbartabbarstyle').
so line of error above @ end of line got this:
execution failed task ':app:processdebugresources'. com.android.ide.common.process.processexception: failed execute aapt
how can fix this? causes error?
for having issue, need update android support repository using android sdk manager.
Comments
Post a Comment