When I write in command line javap -s java.awt.Label
, I succesfully get signatures for Label
. Now I want to get signatures for Android Activity class. But if I write javap -s android.app.activity
it results in ERROR: Could not find android.app.activity
.
What am I doing wrong? Should I change something in PATH env var or whatever?