• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Adding *Existing* html and js files to the assets folder in Android Studio 2019

RewindJAA

Newbie
I have an existing Android Studio project with an assests folder called www. It presently has an html file in it.

Outside Android Studio I have moved some other html/javascript files to the www directory on my hard drive using the standard windows file manager.

How do I get Anrdoid Studio 2019 to recognise those existing files are there?
 
There's a couple of ways you can resynch Android Studio with the underlying filesystem:-

  • File -> Synchronize
  • Ctrl + Alt + Y

If that doesn't work, try File -> Invalidate Caches, then restart AS.
 
Back
Top Bottom