-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please support Android 12 #11
Comments
Any update on this? |
Here is the error log:
|
@haoyuant It might be a good idea to create a separate issue for this, because it is not related to Android 12 support. Even though i'm getting the same error. |
@haoyuant : For info, I've had this bug on builds too, removing the -t:Rebuild fixed it ... not 100% sure of the root cause and didn't have more time to investigate |
Why do we need Location permission for the firmware update? any specific reason? |
Is your feature request related to a problem? Please describe.
Yes, the latest android release requires a PendingIntent to provide a Mutable or Immutable flag, which has been added by the Nordic Library (NordicSemiconductor/Android-DFU-Library@050f788) 3 months ago. Without this change the application crashes.
Describe the solution you'd like
Build a new NuGet package taking into account the Nordic Library with Android 12 support
Describe alternatives you've considered
I tried building a NuGet myself, but the build.sh crashed on not being able to find a directory after the msbuild command.
The text was updated successfully, but these errors were encountered: