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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -