Hello,
i'am writing a app, now I've got a question.
I am at the topic "update".
This is the code to call my "update file".
However, I always get an error message, which is: "Parsing error ... Error while parsing the package"
What am I doing wrong?
Thank you
greeting
i'am writing a app, now I've got a question.
I am at the topic "update".
This is the code to call my "update file".
B4X:
Dim i As Intent
i.Initialize(i.ACTION_VIEW, "file://" & File.Combine(File.DirdefaultExternal, "Test.apk"))
i.SetType("application/vnd.android.package-archive")
StartActivity(i)
However, I always get an error message, which is: "Parsing error ... Error while parsing the package"
What am I doing wrong?
Thank you
greeting