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
{{ message }}
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.
writeDummyFilesToStorage() checks mBaseDir directory for an existing sub-directory to see if sample files have been already copied. But with a newer Android Studio, if instant-run is enabled, there is actually a directory named instant-run/, so this code does not copy sample image files.
The text was updated successfully, but these errors were encountered:
writeDummyFilesToStorage()
checksmBaseDir
directory for an existing sub-directory to see if sample files have been already copied. But with a newer Android Studio, if instant-run is enabled, there is actually a directory namedinstant-run/
, so this code does not copy sample image files.The text was updated successfully, but these errors were encountered: