moljac
moljac
> Tried to investigate the issue. Have a guess that it is connected to mapping of Java `androidx.security.crypto.EncryptedFile.openFileOutput()` return type from `FileInputStream` to `System.IO.Stream`. Somewhere in initialization it calls `FileInputStream.getChannel()`...
Issue: https://github.com/xamarin/AndroidX/issues/76
/azp run
new runtime dependencies: Step 1: ``` 1 System.Exception: Artifact 'androidx.appcompat.appcompat' has unknown 'Runtime' dependency 'androidx.resourceinspection.resourceinspection-annotation'. Either fulfill or exclude this dependency. ``` Step 2: ``` System.Exception: Artifact 'androidx.resourceinspection.resourceinspection-processor' has unknown...
### Updates * `androidx.camera` updates requested: https://github.com/xamarin/AndroidX/issues/460 ### new artifacts * `androidx.enterprise` Create enterprise-ready applications. https://developer.android.com/jetpack/androidx/releases/enterprise * `androidx.hilt` Extend the functionality of Dagger Hilt to enable dependency injection of certain...
@jenokizm THanks for the report. According to https://developer.android.com/reference/com/google/android/material/card/MaterialCardView `com.google.android.material.card.MaterialCardView` derives from `androidx.cardview.widget.CardView`. Did you add Material nuget? https://www.nuget.org/packages/Xamarin.Google.Android.Material/ Otherwise, please submit link to repo (or zip archive) for minimal repro...
Can you at least provide MainActivity and layout file, or write down steps from creating project (short steps like create app, add layout, change code...)
@jenokizm Thanks for the sample. I will look at it ASAP.
@Jack-Paul Thanks for the feedback and as Jonathan stated we are no experts in API itself. What I usually do (before porting sample to Xamarin/.NET) is what @MagicAndre1981 suggested -...
PR: https://github.com/xamarin/AndroidX/pull/117