android / android/testing-samples
Android ui test runs forever
- 主要言語
- Java
- スター
- 9.3k
- フォーク
- 3.6k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
```
> Task :app:hiltJavaCompileDebugAndroidTest NO-SOURCE
> Task :app:mergeDebugAndroidTestJavaResource
> Task :app:transformDebugAndroidTestClassesWithAsm
> Task :app:packageDebug
> Task :app:createDebugApkListingFileRedirect UP-TO-DATE
> Task :app:dexBuilderDebugAndroidTest
> Task :app:mergeProjectDexDebugAndroidTest
> Task :app:packageDebugAndroidTest
> Task :app:createDebugAndroidTestApkListingFileRedirect UP-TO-DATE
Connected to process 4667 on device 'xiaomi-redmi_note_9_pro-6ed84981'.
> Task :app:connectedDebugAndroidTest
Starting 1 tests on Redmi Note 9 Pro - 12
```
Tried to use dependency group
```
debugImplementation "androidx.test:monitor:1.6.1"
debugImplementation("androidx.fragment:fragment-ktx:1.4.1")
debugImplementation 'androidx.test:core-ktx:1.5.0'
debugImplementation 'androidx.test:rules:1.5.0'
debugImplementation 'androidx.test:runner:1.5.2'
debugImplementation("androidx.fragment:fragment-testing:1.4.1")
// also the newest versions
debugImplementation("androidx.fragment:fragment-ktx:1.5.5")
debugImplementation("androidx.fragment:fragment-testing:1.5.5")
```
also the same issue, run with terminal also gives nothing the process stuck at 96%
コントリビューションガイド
調査の方向性
Start by reproducing the hang at the connectedDebugAndroidTest task on the Redmi Note 9 Pro running Android 12, then inspect the listed AndroidX test and Fragment dependency declarations. Determine why the single test does not complete and verify that the UI test finishes successfully instead of remaining at 96%.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- android, java
- 領域
- mobile, testing
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100