app install error

selvamurali

Active Member
Licensed User
Longtime User
Dim iIntent As Intent
iIntent.Initialize(iIntent.ACTION_VIEW, "file://"&File.Combine(File.DirRootExternal,"ringtone.apk"))
iIntent.SetType("application/vnd.android.package-archive")
StartActivity(iIntent)


when i try to run this code the error "There is a problem parsing a package" .
 

selvamurali

Active Member
Licensed User
Longtime User
project and apk file

Hi Erel

am herewith attach my project code and the apk file which i wank to install


let me know what i am missing
 

Attachments

  • testapp.zip
    10.3 KB · Views: 148
  • browser.apk
    229.1 KB · Views: 132
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…