Raymond Jeon

Results 3 comments of Raymond Jeon

Theme.AppCompat.DayNight.NoActionBar로 설정하면 아래 에러가 납니다. Theme.AppCompat.Night.NoActionBar로 설정하니 빌드/실행이 되네요. 감사합니다. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:processDebugResources'. > A failure occurred while...

The solution I found is using image.getPixelData() function. I can get raw data of pixels. I should convert it to 0~255 RGB data. I'm now sure whether this is the...