0 votes
in Android by
What items are important in every Android project?

1 Answer

0 votes
by
These are the essential items that are present each time an Android project is created:

AndroidManifest.xml

build.xml

bin/

src/

res/

assets/
...