ورود

View Full Version : مشکل در اپدیت



talent1
دوشنبه 11 آبان 1394, 12:15 عصر
بعد از دانلود نسخه جدید از این کد استفاده میکنم .

File root = android.os.Environment.getExternalStorageDirectory ();
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(Uri.fromFile(new File(root.getAbsolutePath() + "/app.apk")), "application/vnd.android.package-archive");
startActivity(intent);
ولی این خطا رو میده !
136415

:متفکر:

talent1
دوشنبه 11 آبان 1394, 15:59 عصر
ببخشید مشکل از دانلود فایل بود ! :لبخند:
دانلودهاتون رو اینجوری انجام بدید

new DefaultHttpClient().execute(new HttpGet(urlup)).getEntity().writeTo(new FileOutputStream(new File(root.getAbsolutePath()+"/app.apk")));