-
Hey all! Amazing work done here, honestly!!! I've been looking for a good starting place to write a rust game in SDL2 for my Android phone and I've found it :)
That being said -- I was able to get …
trezm updated
6 years ago
-
When I add "APP_ABI := armeabi armeabi-v7a x86" in jni/Application.mk , then run ndk-build , but I get build error .
"Compile++ x86 : vncmain
-
I got the following error when a tried to create an Android Release version of an app using the latest PancakeView version :
Mono.Cecil.ResolutionException: Failed to resolve System.Int32 Xamarin.Fo…
-
```nix
{
description = "Flutter 3.13.x";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
android-nixpkgs = {
url = "github:tadfisher/android-nixpkgs";
in…
orhnk updated
2 months ago
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when I use airdcpp on Mobile and I try to download a file
**Describe the solution you'd like**
1. Go on …
-
### Steps to reproduce
1. Create a dialog
2. Open the dialog (and see)
3. Close the dialog (and see)
### Expected results
The Material Design Specification states, "android components expand and …
-
Can we use this to compile `libc.so.6` from `x86_64-linux-gnu` to `x86_64-linux-android`?
-
### Describe the bug
Can't compile Tauri Project for Android.
This is a fresh, unmodified project created with pnpm and solidjs that works for the web on Linux.
However, after installing Android St…
-
Required to quantify performance impact on phones. Scoped to aarch64 for now.
- [x] provision and build in CI
- [ ] provision emulator and test the binaries we produce
-
### 🐛 Describe the bug
I was following the tutorial to build qnn_executor_runner for Android as outlined below:
```
cd $EXECUTORCH_ROOT
mkdir build-android
cd build-android
# build executorch …