Delphi XE5 android 黑屏的临时解决办法

   
   

下载style 而后在deployment里添加进去android

http://files.cnblogs.com/nywh2008/styles.rarxml

 

 

在AndroidManifest.template.xml 中增长段儿(粗体部分):blog

<activity android:name="com.embarcadero.firemonkey.FMXNativeActivity"
                android:label="%activityLabel%"
                android:theme="@style/Theme.AppStartLoadTranslucent"
    android:configChanges="orientation|keyboardHidden">rem

相关文章
相关标签/搜索