Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在尝试 Rajawali 开发一些应用程序,但是,虽然看起来不错,但我遇到了一些麻烦。
主要问题是,当我调用 a 时RajawaliActivity,在它之后调用的所有其他活动中,普通 Android 视图的背景都不会显示,包括正在使用的布局的背景。
RajawaliActivity
像往常一样,我使用 aRajawaliRenderer来显示 3d 模型,设置 的surfaceView,mRenderer如示例应用程序和教程中所示。
RajawaliRenderer
surfaceView
mRenderer
有没有人遇到过同样的问题或知道如何解决?
在清单文件集中
android:hardwareAccelerated="false"
对于每个非 3D 活动。
这为我解决了这个问题。
礼貌https://github.com/jwoolston