Falcon icon indicating copy to clipboard operation
Falcon copied to clipboard

Take Android screenshots with Falcons bright eye!

Results 2 Falcon issues
Sort by recently updated
recently updated
newest added

Hello, help me please. I need to screen cameraview, but screenshot saves everything (buttons etc.) besides previewview previewView = findViewById(R.id.view_finder); imageButtonCapture = findViewById(R.id.camera_capture_button); imageButtonCapture.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View...

Seeing this failure on an API 29 emulator. ``` com.jraska.falcon.Falcon$UnableToTakeScreenshotException: Unable to take screenshot to file /sdcard/screenshots/myScrenshot of activity com.central.RootActivity at com.jraska.falcon.Falcon.takeScreenshot(Falcon.java:67) at com.affirm.central.utils.ScreenshotKt.internalScreenshot(Screenshot.kt:38) at com.affirm.central.utils.ScreenshotKt.screenshot(Screenshot.kt:24) at com.my.test.sometest ... 45...