Untitled

ERROR:: AAPT: error: resource style/Theme.SplashScreen (aka io.ionic.starter:style/Theme.SplashScreen) not found.

해결방법


android/app/src/main/res/values/styles.xml

Untitled

<!-- 이부분 주석처리 -->
<style name="AppTheme.NoActionBarLaunch" parent="Theme.SplashScreen">
        <item name="android:background">@drawable/splash</item>
</style>