André Cipriani Bandarra
André Cipriani Bandarra
Chiming here to say I got the same issue compiling for `aarch64-pc-windows-msvc`, and one of the workarounds mentioned on https://github.com/sarah-quinones/gemm/issues/31#issuecomment-2254635277 above worked: Under `.cargo/config.toml`: ```toml [build] rustflags = [ "-Ctarget-feature=+fp16,+fhm"...
PWA Directory (which I was one of the maintainers) was discontinued. It wasn't being maintained and there were other alternatives within the community.
This should be possible, but we have to guarantee suggesting a compatible JDK (this [method](https://github.com/GoogleChromeLabs/bubblewrap/blob/main/packages/core/src/lib/jdk/JdkHelper.ts#L102-L123) can help)
Hey @ttimot24, I generated the app with Bubblewrap, using this [Web Manifest](https://player.forrasradio.hu/manifest.webmanifest). The output icons, listed below, don't seem stretched. Am I looking for the issue described at the wrong...
Can you provide more information on what you mean by intelligently? Does it mean the input image wasn't square?
Hum, this bit seems to come from the Android SDK (Bubblewrap only does a passthrough call here). See https://stackoverflow.com/questions/46402772/failed-to-install-android-sdk-java-lang-noclassdeffounderror-javax-xml-bind-a. ``` Installing Android Build Tools. Please, read and accept the license...
[Newer SDK Tools versions support JDK 11](https://stackoverflow.com/questions/53076422/getting-android-sdkmanager-to-run-with-java-11). My guess is that the SDK Tools at `/home/christian.hujer/Android/Sdk/` is outdated, therefore fails with JDK 11, but works with JDK 8.
Has this worked out by using the Android SDK installed by Bubblewrap?
Thanks @iBotPeaches. Would you have a suggestion for how the automation configuration should look like? It sounds like passing the JDK and Android SDK paths in some other way might...
I don't see anything obvious in the code (it just use's Node's fs implementation) - and, looking for the "Android Sdk not found" message in the code, I'm not able...