Questions tagged [android-studio-chipmunk]
21 questions
0
votes
0 answers
Android studio Chipmunk directories issue
After updating Android studio to Chipmunk when ever I create/Add new activity in project it doesn't reference it according to directory hierarchy which cause app to crash
.ClassNotFoundException: Didn't find class…

Ammar Abdullah
- 802
- 4
- 8
- 21
0
votes
0 answers
Cannot run tests in androidTest module in kotlin multiplatform from android studio chipmunk
Since upgrading Android Studio to Chipmunk, I seem to be unable to run tests from androidTest module.
It appears as if the classes that exist within commonMain are not accessible in androidTest yet they previously were in other versions.
I've also…

Indiana
- 683
- 7
- 18
0
votes
1 answer
How to hide warning "The console output contains very long lines (...)" when building apk in Android Studio
After I update Android Studio to chipmunk, every time I build the project it gives me this warning. Sometimes it even gives me two times in Run and Build tabs overlapping each other and consuming one click of the mouse to dismiss it, what end up…

Felipe Andrade
- 509
- 6
- 23
0
votes
0 answers
Gradle doens't work offline in Android Studio 2021.2.1
I'm trying to use Android Studio offline because in the place I work, IT policy doesn't allow me to download .jar or .zip or some similar files though I can request the files which I want to download from IT team. I tried to create a hello world…

hcelalaydin
- 1
- 1
0
votes
1 answer
Android Studio warning "Missing permissions required by AudioRecord.AudioRecord: android.permission.RECORD_AUDIO"
The following code works fine:
if (ActivityCompat.checkSelfPermission(_activity, Manifest.permission.RECORD_AUDIO) == PackageManager.PERMISSION_GRANTED) {
_ar = new AudioRecord(MediaRecorder.AudioSource.MIC, iAudioSampleRate,…

Hong
- 17,643
- 21
- 81
- 142
-1
votes
1 answer
Android Studio Designs not visible yet the xml code is present
I am using Android studio Chipmunk
I recently checked out to a new branch on Github and tested an app on the emulator. The app ran successfully. But when I looked at the layout resource files. They were completely blank.
Image of blank blueprint…

Sathira
- 9
- 4