java - How to add a txt file into your android project? -
this question has answer here:
- adding assets folder in android studio 4 answers
i have version 1.5.1 of android studio. apparently never version doesn't have asset folder txt files. how suppose includes these files project? , how further use within application? advice
project window
, press alt-insert
, , select folder->assets folder
. android studio add automatically correct location.
and can add assets or/txt files(whatever want) on it.
Comments
Post a Comment