Mugunthan

Results 18 comments of Mugunthan

update buildTest.yml

BuildTest.yml updated

Make command not working.... I have updated and upgraded everything ![Uploading IMG_20220110_111423.jpg…]()

> that is not working with me in UBUNTU 1 => install jdk on ubuntu using terminal 2 => right click the .jar file, go to permissions check the executable...

> Hey @umer-sufyan did you find the solution to this problem? I have the same issue. Anyone has any solutions for this lagging...

Solved by using this -> openGlView.getHolder().getSurface().isValid() ``` if (openGlView.getHolder().getSurface().isValid()) { if (prepareEncoders()) { try { rtmpCamera1.startPreview(); } catch (CameraOpenException e) { e.printStackTrace(); Toast.makeText(this, e.getMessage(), Toast.LENGTH_SHORT).show(); } } else { Toast.makeText(this,...

However the issue not resolves in play store production release, even I didn't use any proguard

Issue still presents, still hasn't solved yet it will be better opened.

I solved this by calling this updated private fun stopService() { try { stopService(Intent(this, StreamService::class.java)) mService = null unbindService(this) } catch (e: Exception) { e.printStackTrace() } } call this fun...

> you can check this branch but it is still underWork [OBoardingScreen_Compose](https://github.com/OmneyaOsman/OnBoardingScreen/tree/compose_it) "Thank you for the update! I'm excited to see the progress on the OnboardingScreen_Compose branch. Your hard work...