דילוג לתוכן
  • דף הבית
  • קטגוריות
  • פוסטים אחרונים
  • משתמשים
  • חיפוש
  • חוקי הפורום
כיווץ
תחומים

תחומים - פורום חרדי מקצועי

💡 רוצה לזכור קריאת שמע בזמן? לחץ כאן!
ס

סקרן

@סקרן
אודות
פוסטים
4
נושאים
0
קבוצות
0
עוקבים
0
עוקב אחרי
0

פוסטים

פוסטים אחרונים הגבוה ביותר שנוי במחלוקת

  • הרצת אפליקציות אנדרואיד בwindows 11, כעת זה אפשרי ובלי מגבלות
    ס סקרן

    אתה השגיאה הנ"ל סידרתי באמצעות התקנת Microsoft.VCLibs.140.00.UWPDesktop.
    כעת אני נתקל בבעיה חדשה

    Windows PowerShell
    Copyright (C) Microsoft Corporation. All rights reserved.
                                                                                                                            Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows                                                                                                                                                       PS C:\Users\user> Add-AppxPackage -Register "C:\Users\user\Desktop\WSA-x64-Magisk-LSPosed\WSA-x64-Magisk-LSPosed\AppxManifest.xml"                                                                                                              Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict
    validation.
    Windows cannot install package MicrosoftCorporationII.WindowsSubsystemForAndroid_1.7.32815.0_x64__8wekyb3d8bbwe
    because this package depends on a framework that could not be found. Provide the framework "Microsoft.UI.Xaml.2.6"
    published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64
    processor architecture and minimum version 2.62108.18004.0, along with this package to install. The frameworks with
    name "Microsoft.UI.Xaml.2.6" currently installed are
    Windows cannot install package MicrosoftCorporationII.WindowsSubsystemForAndroid_1.7.32815.0_x64__8wekyb3d8bbwe
    because this package depends on a framework that could not be found. Provide the framework "Microsoft.UI.Xaml.2.6"
    published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64
    processor architecture and minimum version 2.62108.18004.0, along with this package to install. The frameworks with
    name "Microsoft.UI.Xaml.2.6" currently installed are: {}
    NOTE: For additional information, look for [ActivityId] 5512ee03-cbef-0000-e495-1355efcbd701 in the Event Log or use
    the command line Get-AppPackageLog -ActivityID 5512ee03-cbef-0000-e495-1355efcbd701
    At line:1 char:1
    + Add-AppxPackage -Register "C:\Users\user\Desktop\WSA-x64-Magisk-LSPos ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : WriteError: (C:\Users\user\D...ppxManifest.xml:String) [Add-AppxPackage], IOException
        + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    PS C:\Users\user>
    

    ממה שאני מבין חסר לי את זה Microsoft.UI.Xaml.2.6, אך ככל שחיפשתי לא הצלחתי להבין איך מתקינים/מוסיפים את זה, אשמח לעזרה.

    תודה רבה


  • הרצת אפליקציות אנדרואיד בwindows 11, כעת זה אפשרי ובלי מגבלות
    ס סקרן

    @shraga אני מנסה את זה על מכונה ווירטואלית של Hyper V, וכשאני מריץ את הפקודה בpower shell אני מקבל שגיאה (כמובן שהרצתי כמנהל ובדקתי את מיקום התיקייה), האם יש לך עצה כיצד לפתור את זה?

    Windows PowerShell
    Copyright (C) Microsoft Corporation. All rights reserved.
                                                                                                                            Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows                                                                                                                                                       PS C:\Users\user> Add-AppxPackage -Register "C:\Users\user\Desktop\WSA-x64-Magisk-LSPosed\WSA-x64-Magisk-LSPosed\AppxManifest.xml"
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict
    validation.
    Windows cannot install package MicrosoftCorporationII.WindowsSubsystemForAndroid_1.7.32815.0_x64__8wekyb3d8bbwe
    because this package depends on a framework that could not be found. Provide the framework
    "Microsoft.VCLibs.140.00.UWPDesktop" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond,
    S=Washington, C=US", with neutral or x64 processor architecture and minimum version 14.0.30035.0, along with this
    package to install. The frameworks with name "Microsoft.VCLibs.140.00.UWPDesktop"
    Windows cannot install package MicrosoftCorporationII.WindowsSubsystemForAndroid_1.7.32815.0_x64__8wekyb3d8bbwe
    because this package depends on a framework that could not be found. Provide the framework
    "Microsoft.VCLibs.140.00.UWPDesktop" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond,
    S=Washington, C=US", with neutral or x64 processor architecture and minimum version 14.0.30035.0, along with this
    package to install. The frameworks with name "Microsoft.VCLibs.140.00.UWPDesktop" currently installed are:
    {Microsoft.VCLibs.140.00.UWPDesktop_14.0.29231.0_x64__8wekyb3d8bbwe}
    NOTE: For additional information, look for [ActivityId] ffd6c21a-cbe0-0001-e750-daffe0cbd701 in the Event Log or use
    the command line Get-AppPackageLog -ActivityID ffd6c21a-cbe0-0001-e750-daffe0cbd701
    At line:1 char:1
    + Add-AppxPackage -Register "C:\Users\user\Desktop\WSA-x64-Magisk-LSPos ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : WriteError: (C:\Users\user\D...ppxManifest.xml:String) [Add-AppxPackage], IOException
        + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    PS C:\Users\user>
    

  • שוב נפל גוגל?
    ס סקרן

    @שואף כרגיל, מאוד קל להאשים את הסינון, ולפתור את עצמם מהטיפול.
    למען האמת אני משתמש עם 019 ונטפרי ולא היה לי בעיה בגלישה.
    בכל אופן אני מקווה שהבעיה שלכם הסתדרה.

  • 1 / 1
  • התחברות

  • אין לך חשבון עדיין? הרשמה

  • התחברו או הירשמו כדי לחפש.
  • פוסט ראשון
    פוסט אחרון
0
  • דף הבית
  • קטגוריות
  • פוסטים אחרונים
  • משתמשים
  • חיפוש
  • חוקי הפורום