标签: android android-4.2-jelly-bean mediarecorder
在我的媒体录制器应用中,我有
CamcorderProfile cp480=CamcorderProfile.get(CamcorderProfile.QUALITY_QVGA); recorder.setProfile(cp480);
它在API级别15上运行良好,但对于API 16,cp480是NullPointerException。有谁知道Jelly Bean会发生什么变化?
cp480
NullPointerException