我是javascript和android的新手,我想用SAPUI5编写一个多页应用程序.为此,我发现了一个教程: https://sapui5.hana.ondemand.com/sdk/#docs/guide/df86bfbeab0645e5b764ffa488ed57dc.html 工作正常,达到漫步-第8步:我有完全的相同的源代码我项目,但它不起作用.我收到以下错误:
E/Zygote: MountEmulatedStorage()
E/Zygote: v2
E/SELinux: [DEBUG] get_category: variable seinfo: default sensitivity: NULL, cateogry: NULL
E/SysUtils: ApplicationContext is null in ApplicationStatus
E/libEGL: validate_display:255 error 3008 (EGL_BAD_DISPLAY)
E/AndroidProtocolHandler: Unable to open asset URL: file:///android_asset/i18n/i18n_de_DE.properties
Run Code Online (Sandbox Code Playgroud)
我知道第一个和第二个,但我找不到其他信息.
有谁知道他们来自哪里以及如何解决?
的answere:
我不知道实际上是什么问题.我尝试使用SDK版本并获得许多gradle错误.在我解决之后,我使用了步骤7中的代码,仅添加了黄色线条并删除了要删除的内容.