i.Initialize(i.ACTION_VIEW, storedFilePath & appName)
i.SetType("application/vnd.android.package-archive")
StartActivity(i)
This code works if the application to be installed has _DEBUG in the name.
But, it fails with a parse error at StartActivity if the _DEBUG is removed from the name.
This happens with the same exact apk file no matter if the app executing is either a debug version or a release version.
Any thoughts?
i.SetType("application/vnd.android.package-archive")
StartActivity(i)
This code works if the application to be installed has _DEBUG in the name.
But, it fails with a parse error at StartActivity if the _DEBUG is removed from the name.
This happens with the same exact apk file no matter if the app executing is either a debug version or a release version.
Any thoughts?