1 package com.android.stubs.b; 2 public class B 3 { 4 public B() { throw new RuntimeException("Stub!"); } 5 } 6