import android.widget.*; import android.view.*; static ScrollView androidPrintLogScrollView() { Class javax = getJavaX(); Class bootUp = cast get(javax, "bootUpClass"); O lg = get(bootUp, "lg"); ret (ScrollView) get(lg, "sv"); }