directory - Android package location in Andorid Studio -


quick question beginner

import android.app.activity; import android.os.bundle; import android.view.menu; import android.view.menuitem; 

so studied directory structure in android studio,its got app (root directory),src directory(which has main , res directories),so java directory should have java packages.where above listed android packages coming ?res directory heard has non java files.(like xml).

quick answer quick beginner

this classes coming android.jar (the platform selected project) , these .class files (byte code only). can't modify it.

screen shot

enter image description here


Comments

Popular posts from this blog

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -