codelab-kotlin-coroutines icon indicating copy to clipboard operation
codelab-kotlin-coroutines copied to clipboard

Having trouble importing the Project into android studio

Open curiousbrand opened this issue 4 years ago • 2 comments
trafficstars

Craete project from existing sources does go smoothly and neither does importing project from external model.

I am not abke to just run the project with no errors because i get problems regarding the APK not being found, or need to migrate to gradle its a constant issue

please help

curiousbrand avatar Jun 08 '21 16:06 curiousbrand

I am trying to start this codelab but i cant seem to really get anywhere with trying to import the project thats not gradle based project

curiousbrand avatar Jun 08 '21 18:06 curiousbrand

To not get errors you must import the coroutines_codelab folder, that includes two modules: start and finish_code. It that way I have no errors and can run the apps without any problems.

Good luck!

dslopez avatar Jun 16 '21 06:06 dslopez