Android install apk programmatically error - Package Parse error
问题 I create an Edittext at my page, to allow user to update the apps by downloading the apk and install. I am using loojp library to handle the Asynctask. My code at activity: f0textupdate.setOnClickListener(new View.OnClickListener() { @Override public void onClick(final View view) { try { view.setEnabled(false); final ProgressBar f0progress = (ProgressBar) findViewById(R.id.f0progress); f0progress.setProgress(0); mHttpClient.get("http://google.com/apps.apk", new FileAsyncHttpResponseHandler