-
Updated
Aug 13, 2021 - C++
native-development
Here are 67 public repositories matching this topic...
-
Updated
Aug 13, 2021 - Java
-
Updated
Aug 3, 2021 - JavaScript
-
Updated
Apr 21, 2021 - C
-
Updated
Aug 13, 2021 - C#
-
Updated
Aug 13, 2021 - Swift
-
Updated
Jul 5, 2021 - C#
-
Updated
May 24, 2021 - Ruby
-
Updated
Jun 7, 2021
-
Updated
May 27, 2021
-
Updated
Aug 10, 2021 - C++
The Android AR sample needs the internet permission to be enabled. This hasn't been noticed previously, because the permission is added automatically as part of the debugging process. I only discovered it while preparing an apk and installing from a separate device. Xamarin doc: https://docs.microsoft.com/en-us/xamarin/android/troubleshooting/questions/android-internet
-
Updated
May 12, 2021 - C#
-
Updated
Aug 14, 2021 - C++
-
Updated
Jul 12, 2021 - QML
-
Updated
Aug 10, 2021 - Java
-
Updated
Aug 14, 2021 - C++
-
Updated
Mar 31, 2021 - Java
When setting download location with --download option, https URLs with self-signed certificates can not be accessed failing with the following error.
prebuild-install WARN install unable to verify the first certificate
The code seems not to respect NPM configuration for cafile and does not provide its own option too.
-
Updated
Apr 28, 2021 - Java
-
Updated
May 6, 2021 - Groovy
-
Updated
Nov 16, 2017
-
Updated
Aug 10, 2021 - C#
-
Updated
Feb 22, 2021 - C#
-
Updated
Aug 4, 2020 - C#
-
Updated
Mar 8, 2018 - Java
-
Updated
Aug 4, 2020 - C#
-
Updated
Jul 16, 2020 - Python
-
Updated
Aug 29, 2020 - Java
Improve this page
Add a description, image, and links to the native-development topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the native-development topic, visit your repo's landing page and select "manage topics."
If for some reason, the initial bootstrapper fails (network failure, bad cache etc), creation of dune files in the project could get interrupted - the dune files that trigger the on-the-fly dune rules generation. We could
or
dune build
if dune files are missing.Ideally, we do both.