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.
我使用 apportable 将我的 iphone 应用程序转换为 android,但我错误地使用 opengl ES 2 配置它。但是我可以重置它吗?我想再次重建apk。请让我知道如何解决它谢谢
检查应用程序xxxx.approj目录中的文件configuration.json
查找“特征”:[“opengles2”,...]
删除“opengles2”可能对你有用
请参阅此线程以供参考。
I'm a beginner C# developer, actually, i'm coding a game. My question is about load an XML from my windows phone app.
I have a list of object that I'd like to fill with my xml's element. But