You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How usable is this adapter on the Android platform (eg compared to https://github.com/Kudo/react-native-v8)?
I see that you have inspector support, which sounds hugely useful for debugging/profiling React Native on Android phones.
I'm somewhat confused as the intended target of this project. Is this about Android x86(_64)? Is this targeting Win32?
The build system seems to require a Windows host and the emitted artifacts are DLLs, so I'm guessing the target isn't Android, yet there are plenty of references to Android.
Can you elaborate on this?
The text was updated successfully, but these errors were encountered:
I had Android building at some time in the past, but since it wasn't a priority I didn't keep that up. The target of this project is primarily React Native Windows. For Android, you'd need a Linux environment (tried on a Ubuntu VM but it might work on WSL2 now) and PowerShell Core.
It's very likely Windows-only stuff crept into the build scripts since we only test that.
How usable is this adapter on the Android platform (eg compared to https://github.com/Kudo/react-native-v8)?
I see that you have inspector support, which sounds hugely useful for debugging/profiling React Native on Android phones.
I'm somewhat confused as the intended target of this project. Is this about Android x86(_64)? Is this targeting Win32?
The build system seems to require a Windows host and the emitted artifacts are DLLs, so I'm guessing the target isn't Android, yet there are plenty of references to Android.
Can you elaborate on this?
The text was updated successfully, but these errors were encountered: