1 package com.example.androidapp; 2 3 public class JniShim { getValue()4 public static native int getValue(); 5 } 6