HBiSoft / HBRecorder

Lightweight screen recording Android library
MIT License
402 stars 137 forks source link

Upgrade to SDK 34 #153

Closed MrNouri closed 8 months ago

MrNouri commented 8 months ago

Thanks for this great library <3 I want use this library for target SDK 34 but after start recording show ForceClose error.
show register mediaprojection error for this line

    private void initVirtualDisplay() {
        mVirtualDisplay = mMediaProjection.createVirtualDisplay(TAG, mScreenWidth, mScreenHeight, mScreenDensity, DisplayManager.VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR, mMediaRecorder.getSurface(), null, null);
    }

Can you fix it?

HBiSoft commented 8 months ago

I will update the library today to support SDK 34.