Advertisement
bigrushdog

Untitled

Jul 27th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.56 KB | None | 0 0
  1. packages/apps/Nfc/nxp/jni/com_android_nfc_NativeNfcManager.cpp: In function 'void android::nfc_jni_Discover_14443_4_PCD_callback(void*, phLibNfc_Handle, phNfc_sData_t*, NFCSTATUS)':
  2. packages/apps/Nfc/nxp/jni/com_android_nfc_NativeNfcManager.cpp:1013:50: error: cannot convert '_jintArray**' to 'ScopedLocalRef<_jintArray*>*' for argument '4' to 'void android::nfc_jni_get_technology_tree(JNIEnv*, phLibNfc_RemoteDevList_t*, uint8_t, ScopedLocalRef<_jintArray*>*, ScopedLocalRef<_jintArray*>*, ScopedLocalRef<_jintArray*>*)'
  3.                  &techList, &handleList, &typeList);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement