You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}
I have
"Launching app
The APK file C:[project]\app\build\outputs\apkprojectName-20160530.apk does not exist on disk.
Error while Installing APK"
And my local time is 20160531.
Maybe
df.setTimeZone(TimeZone.getTimeZone("UTC"))
is needed somewhere.
Like this gradle/gradle@c9c0f54
The text was updated successfully, but these errors were encountered:
Да работает, тут видимо проблема на стыке android studio и gradle, я выбираю "Run" в AS. Запускается билд, а потом выскакивает эта ошибка. Если добавить $time то ошибка будет постоянно, имя билда которое хочет запустить AS и то которое реально сохранилось всегда различается на миллисекунды.
With
versionPlugin {
buildTypesMatcher = 'release'
supportBuildNumber = false
}
I have
"Launching app
The APK file C:[project]\app\build\outputs\apkprojectName-20160530.apk does not exist on disk.
Error while Installing APK"
And my local time is 20160531.
Maybe
df.setTimeZone(TimeZone.getTimeZone("UTC"))
is needed somewhere.
Like this gradle/gradle@c9c0f54
The text was updated successfully, but these errors were encountered: