in Android by (171 points)
What items are important in every Android project?

1 Answer

0 votes
by (14.0k points)
These are the essential items that are present each time an Android project is created:

AndroidManifest.xml

build.xml

bin/

src/

res/

assets/

Related questions

0 votes
asked Sep 4 in Android by Robindeniel (20.8k points)
...