microsoftconnect / intune-app-wrapping-tool-android

Use the Intune App Wrapping Tool for Android to enable Android apps to be managed by Microsoft Intune
28 stars 11 forks source link

APK Crashing post Intune wrapping #99

Open RamprasathPnr opened 9 months ago

RamprasathPnr commented 9 months ago

Steps to reproduce the behavior: Install intune wrapped APK Click app from app launcher The application is crashing when launch itself

Expected behavior: The Application should launch without crashing

Smartphones

Device:

VIVO T1 Realme C53 One Plus Nord 2 One Plus 10 Pro One Plus 8T Mi 11X Samsung S21 Samsung Galaxy F22 Vivo V21 5G Realme X7 5G

OS: [android 14 ,13,12]

Screenshots and logs:

image

Intune app wrapping tool

Version of the wrapper -(1.0.3935.1- latest one) Platform (Java - android native) For post-wrapping errors, Application is wrapped succesfully but app is crashing when launch

Intune app wrapping tool Steps

STEP 1 ------------------------------------------------------------------------->

Open windows powershell

run following--> Import-Module "C:\Program Files (x86)\Microsoft Intune Mobile Application Management\Android\App Wrapping Tool\IntuneAppWrappingTool.psm1"

STEP 2 ------------------------------------------------------------------------->

invoke-AppWrappingTool -InputPath D:\App.apk -OutputPath D:\App_wrapped-unsigned.apk -Verbose

STEP 3 ------------------------------------------------------------------------->

open cmd ---> Go to build-tools path D:\Android\Sdk\build-tools\34.0.0 ,

zipalign -v -p 4 "D:\App_wrapped-unsigned.apk" "D:\App_wrapped-unsigned-aligned.apk"

STEP 4 ------------------------------------------------------------------------->

apksigner sign --ks "D:\Keystore.jks" --ks-key-alias abc --out "D:\App_wrapped-signed.apk" "D:\App_wrapped-unsigned-aligned.apk"

rygo-msft commented 8 months ago

We are tracking this issue internally with ticket id 24706883

E-N-G-XOR commented 5 months ago

Hey all,

is there an update on this one .... I have a similar issue, but I am getting an null error....

Wrapping with the latest tools and tested on note 22 ultra with latest android.

mikektmobile commented 1 month ago

I see that this says pending future release, any idea of that timing?