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.
我这个应用程序是一个简单的游戏,它从资源中加载纹理文件。
贴图在设备上显示不全 [Allwinner a13 9 inch, Android 4.0]
但是,在另一台设备 [Nexus 7, Android 4.2.1] 中,它可以完美运行。
只是想知道这个问题可能是什么。谢谢!!
顺便说一句:我正在使用 cocos2d-x
allwinner 的分辨率小于 nexus,所以我认为这种差异造成了混乱,你应该使用 cocos2d-x 中的视网膜显示器和其他选项来完成这项工作。