Skip to content
#

native-development

Here are 67 public repositories matching this topic...

ManasJayanth
ManasJayanth commented Nov 9, 2020

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

  1. Check in those bootstrapping dune files in the templates
    or
  2. Ensure, before running, dune build if dune files are missing.

Ideally, we do both.

nCastle1
nCastle1 commented Mar 22, 2021

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

Improve this page

Add a description, image, and links to the native-development topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more