android - Ktor application doesn't start - Stack Overflow

admin2025-04-16  19

I'm having a problem with my Ktor project. Despite the fact that I haven't changed a thing since my last commit, the application takes forever to launch. I've cleared the cache and restarted my computer many times, but the problem still occurs.

I would like to point out that I've had this problem before and that after a few clean-ups, the problem disappeared. This time it doesn't work.

Edit: I cloned the same project in another directory and ran my application: it works perfectly. For now, I'm going to work like this but I know very well that it's not the solution.

I'm having a problem with my Ktor project. Despite the fact that I haven't changed a thing since my last commit, the application takes forever to launch. I've cleared the cache and restarted my computer many times, but the problem still occurs.

I would like to point out that I've had this problem before and that after a few clean-ups, the problem disappeared. This time it doesn't work.

Edit: I cloned the same project in another directory and ran my application: it works perfectly. For now, I'm going to work like this but I know very well that it's not the solution.

Share Improve this question edited Feb 2 at 8:36 ImEmo asked Feb 1 at 22:12 ImEmoImEmo 15110 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

I have recently came across the same issue.

I had to "Sync Project with Gradle files".

After syncing Run worked

转载请注明原文地址:http://anycun.com/QandA/1744815195a87997.html