Bonjour,
J ai ce petit bout de code qui fonctionne correctement dans mon fichier cpp:
mon arrayList contien des String et je voudrais les afficher, comment je fait ?,Code:
1
2
3
4 jobject object; for (int i = 0; i < size; ++i) { object = env->CallObjectMethod(arrayList, arrayListGet, i); }
j'ai essaye cecimais ca ne marche pas !Code:printf("%s",object);
bav,