Results 144 issues of theapache64

Option to only download APK, (no analysis)

enhancement

I simply cloned the repo, and opened the `GithubBrowserSample` in `Android Studio`. Then I selected the unit test directory, and tried to run the tests in it ![photo_2020-04-21_06-35-08](https://user-images.githubusercontent.com/9678279/79813798-43910080-839a-11ea-80df-53c433a77965.jpg) but am...

I tried to use the [getOrAwaitValue](https://github.com/android/architecture-components-samples/blob/f1ec5c2f75ed2a9663f627874142942cdaec2262/LiveDataSample/app/src/test/java/com/android/example/livedatabuilder/util/LiveDataTestUtil.kt#L30) with `Flow` transformed `LiveData`, but am getting > java.lang.IllegalStateException: Cancel call cannot happen without a maybeRun **Here's what am doing** I am trying to...

```kotlin Timber.d("onCreate: Asking for permission") askForPermissions( Permission.READ_EXTERNAL_STORAGE, Permission.READ_CONTACTS ) { Timber.d("onCreate: Result is $it") // THIS IS NOT GETTING TRIGGERED } ``` --- **Library Version:** ```groovy implementation 'com.afollestad.assent:core:3.0.0-RC4' ``` **Affected...

bug

Session out and redirect to login page

bug

**Purpose** To use Retrosheet with KMP **Votes needed to start development** - 30

![image](https://github.com/Grigory-Rylov/android-methods-profiler/assets/9678279/af0ceac1-7a7d-451a-835b-7ad46fb59620) I am trying to open a large trace file (~`500MB`) and am getting this error. how can increase the heap size?

**Problem** I tried publishing the `popup-menu` sample with the `zip` file. I then imported the `zip` file to `Android Studio` (Android Studio Electric Eel | 2022.1.1 Patch 1), but it...

Option to fill mandatory values (values doesn't have default arg)