Removing app_01 folder in Building Live Voice Jupyter cell

Just worked through what seems like a little bug that others might encounter it so I’m sharing, but could’ve been something I did wrong earlier.

I received this message after running the first cell
Non-empty folder already exists: ‘/home/jovyan/work/L1/app_01’
Override existing content? [y/N]:

But since the stdin prompt is blocked so I was unable to reply with y/n. I simply removed the folder (below) and could proceed.

First we create our expected agent folder

You can explore available option: !adk create --help

!rm -rf /home/jovyan/work/L1/app_01
!adk create --type=code app_01 --model gemini-2.0-flash-live-001 --api_key $GEMINI_API_KEY

Sharing in case it’s helpful. Thanks for the resource!

Jack

1 Like