public void testArray() {
   NativeResources.getStringArray(SAMPLE_STRING_ARRAY_NAME);
   NativeResources.getTextArray(SAMPLE_STRING_ARRAY_NAME);
   NativeResources.getTypedArray(SAMPLE_TYPED_ARRAY_NAME);
 }