我从svn结帐代码,我解决了运行时问题并运行应用程序。然后对我来说,每次首次启动应用程序时都会出现空白屏幕,对于其他人来说,它并没有发生。
我在下面添加了一行来修复运行时错误
aaptOptions {
cruncherEnabled = false
}
答案 0 :(得分:1)
在styles.xml中添加以下主题并将其应用于splash活动
<style name="AppTranslucent" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:windowIsTranslucent">true</item>
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>
答案 1 :(得分:0)
在style.xml中添加
<style name="Theme.Transparent" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowNoTitle">true</item>
<item name="android:windowActionBar">false</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowIsTranslucent">true</item>
</style>
在清单文件中,将此style.xml称为android:theme =&#34; @ style / Theme.Transparent&#34;在您的启动画面活动中
它将解决您的问题。
答案 2 :(得分:0)
试试这个..将NoTitleBar主题添加到您的Splash
<div class="big-radio form-item col js-brochure-fulfilment" id="fulfilment-post">
<input type="radio" onclick="ga('send', 'event', 'buttons', 'click');" name="brochure-type" id="brochure-post" class="" value="1" />
<label for="brochure-post">
<span class="text">By Post</span>
<span class="icon icon-envelope"></span>
</label>
</div>
</body>