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

Posted on 2013-10-12 15:48  至今  阅读(2529)  评论(1编辑  收藏  举报
   
   

下载style 然后在deployment里添加进去

https://files.cnblogs.com/nywh2008/styles.rar

 

 

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

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

Copyright © 2024 至今
Powered by .NET 8.0 on Kubernetes