Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

src/main/webapp/WEB-INF folder does not show up in Android Studio

When generating a Cloud Endpoints project in Android Studio, the src/main/webapp folder containing the html does not show up in Android Studio. Is there a special way to get the src/main/webapp files to show up?

like image 821
Arunabh Das Avatar asked Dec 14 '22 18:12

Arunabh Das


1 Answers

Choose "Project" view instead of "Android" view -- webapp files are a server thing, but the Android view is meant for Android device apps.

Screenshot:

Screen shot showing menu of how to set the view

like image 55
Scott Barta Avatar answered Dec 29 '22 00:12

Scott Barta