vab
vab copied to clipboard
V Android Bootstrapper
When source file imports net or vweb module, compiling didn't succeed. Is it possible to support these modules? ` vab.android.CompileError: failed to compile .c to .o: /Users/weiwang/Downloads/ndk/21.3.6528147/toolchains/llvm/prebuilt/darwin-x86_64/bin/aarch64-linux-android21-clang failed with return...
**OS: ArchLinux** **V version: 0.2.2 a73c209** **vab doctor** **What did you do?** `~/.vmodules/vab% v vab.v` **What did you expect to see?** **What did you see instead?** ``` builder error: bad...
I wonder whether `vab` strives to support splitting the app into (potentially many) pieces of independent "bundle parts" (Android App Bundle "features" aka "modules") as described in https://medium.com/androiddevelopers/a-patchwork-plaid-monolith-to-modularized-app-60235d9f212e to achieve...
Tried to open a file in /sdcard/ and got EACCES. I guess the app should have acquired the necessary perm, though not perfectly sure. See also https://github.com/vlang/vab/issues/130
What this PR does and why --- When issuing `vab .` or `vab run .` the default file name produced is based on a hard-coded string (V Test App). This...
hello, I try to build a v example file which using http request into apk, but on android, logcat show below error message. "04-11 18:09:37.357 26605 26605 E AndroidRuntime: java.lang.UnsatisfiedLinkError:...
**OS:** windows, Microsoft Windows 11 Home Single Language v22621 64-bit **V version** 0.3.3 d7a418f **vab version** 0.3.7 fff2efd **What did you do?** `vab run --device auto snek` **What did you...
If I compile for example 2048.v to android, run it and change the orientation of the device, app's scaling goes too small, too big or whatever in between. I guess...
Should be temporary change if compatibility with java 8 restored. But should fix most of the current CI failure.