André Cipriani Bandarra
André Cipriani Bandarra
Can you try installing the latest version?
Closing as stale/unable to repro. Please, re-open if the issue persists in recent versions
CC @ibrahimkarahan
> It appears that changing `export const BUILD_TOOLS_VERSION = '33.0.2';` to some version above 34 in `packages/core/src/lib/androidSdk/AndroidSdkTools.ts` should be sufficient, though I haven't been able to verify Most likely you'd...
> @andreban are we just looking for someone to make the changes you mentioned and put them up in a PR? Looping @ibrahimkarahan for thoughts here.
Hi @vahidalvandi. Have you made sure the AssetLinks configuration is working correctly? That's the most usual cause for the application opening as a browser window.
This dependency is brought in via jimp, and the latest 0.22.7 version is not yet using [email protected]
This is blocked on https://github.com/jimp-dev/jimp/issues/1223, which is blocked on https://github.com/mattdesl/parse-bmfont-xml/pull/4.
CC @SayedElabady
I can repro @HgGamer's test: Acessing `vertex.position` in the shader works, but `vertex.color` or `vertex.tex_coords` causes the application to crash. ``` DeviceInformation { is_software_emulated: false, device_name: "Qualcomm(R) Adreno(TM) X1-85 GPU"...