Hemant
Hemant
Hello Pedro, In many devices app crashes bellow line. ``` public int[] load(Bitmap[] bitmaps) { int[] textureId = new int[bitmaps.length]; GlUtil.createTextures(bitmaps.length, textureId, 0); for (int i = 0; i <...
The preview does not show. Error :- ``` The following classes could not be instantiated: - com.pedro.rtplibrary.view.OpenGlView (Open Class, Show Exception, Clear Cache) Tip: Use View.isInEditMode() in your custom views...
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends...
I took clone from git but I can't be compile this project into Android Studio.