I am facing this message when I am trying to run the tests from this project, the thing is that we are a lot of persons working on this project and the only one facing this issue is me, even with the latest changes of the code, so it must be an Android Studio cofiguration, I have tried this Why does Android Studio say “Test events were not received”?, this enter link description here, and this one No tests were found / Test events were not received, all of them without results, can somebody help me with this?
Related
First off, I am a student learning the basics of app development in Android Studio. With that in mind, please don't answer in short hand, acronyms or other technical jargon as I probably won't know what you are saying.
I have tried several fixes that appear across the web for this issue. These fixes include, using the clean and rebuild options under Build in android studio. Fully uninstalling and reinstalling Android Studio, running the program and creating a new app and then looking for the error, the invalidate cache / restart option under file and changing the android gradle plugin version and gradle version under Build > edit build types > project tab. None of these have been successful.
The error popped up for me in September or early October after an update. I was able to create my hello world app and our first simple app without any issues. After the error appeared all apps refuse (including the ones that were working previously) to run or render in the emulator because of this error. I have spent hours of 'office hours' with the instructor who has years of experience with android studio and this has him stumped as well.
I have 2 weeks of this course left and a final project to create. I would be eternally grateful for a solution to this problem.
Thank you.
My Flutter project was working just fine. I lost my Internet connection for a bit and when it came back I got a pop up talking about an Android Configuration found for the project, I clicked Add, then it started showing me two Device slots on the Upper tab where it shows what devices are connected.
Now if I need to run my app on my device, Flutter simply tries to run the project, then stops without any output in the Run Tab of Android Studio. This is really giving me a headache... I wish it gave an error or something. Someone please help me so i can resume development.
if you have not changed anything in the android directory the easiest thing to do is to delete it, then run in the terminal
flutter create .
if you have changed a lot of things in the android you can copy your changes and do the same or can go an revert the gradle configurations manually.
A while ago my designed Flutter app was running like it should in simulation (virtual device) in Android Studio. After some updates of both Flutter as Android studio I am not able to get the app in simulation. I am new to Flutter and Android studio (have a little knowledge of Xcode, 2 apps in the store) so I have looked at stackoverflow first to find a solution. All tried suggestions did not worked for me and I am hoping somebody can help me.
I have an original version of the project which was running in simulation mode. Now I am working in a duplicated version to find out how to get things up and running again. It worked before but why does Flutter or Android Studio give an error now? The folders and content do exist. Perhaps it is a simple thing to solve but it is not in my knowledge.
What to do to solve the error message I get as shown in the screendump?
The problem seems to be with the resources,
this should help.
Android Studio error: cannot resolve symbol in Xml
Or try to run "flutter clean" (usually solves many problems)
Flutter studio sometimes does not resolve those (no idea why).
Try opening the same Android project in Android studio and check it from there.
Once back, try File->Invalidate Caches/Restart
If they exist and the name is right (without extension), then it could be it.
I am trying to simply open a code sample with Android Studio as follows:
But when I click on "Import an Android code sample," this happens:
I am testing this problem and writing this question right now, so if you're reading this, then that is proof that I'm online, so please don't suggest any connection testing, modem resetting, etc.
I have already tried:
Verifying I am online
Resetting my modem, router, etc.
Restarting computer (Macbook)
Restarting Android Studio
Selecting "open code sample" from different menus.
Is anyone else experiencing this problem right now... or had any past experience with it?
Thank You!
This has been raised as a Google Issue here and is now resolved on the backend:
Android studio 3.1.4 - failed to download samples index (when trying to download google code samples)
https://issuetracker.google.com/issues/115837589
I have problem with launching Kudan sample app on my phone. I am using Kudan in Android Studio.
I created project as was described on website, checked is matches bundeID in my app and on the website(I know key wont be working if they are not the same), Studio doesnt show any errors or warning during compilation, but I cant still launch it on my phone.
Anyone any ideas what might cause it?
Thanks.