user4360497
user4360497

Reputation:

Error when starting Android Emulator

I am new to Android Studio and fairly new to MacOSX and I have the following error when starting my app in an emulator

03/23 18:17:24: Launching app $ adb push /Users/Dave/AndroidStudioProjects/Cookies/app/build/outputs/apk/app-debug.apk /data/local/tmp/com.example.android.cookies com.android.ddmlib.SyncException: No such file or directory Error while Installing APK

Do I need to create the /data/local/tmp/ folder? If yes where do I create it?

Upvotes: 0

Views: 1146

Answers (1)

Serg P
Serg P

Reputation: 264

I suggest that Android Studio reinstall could solve the problem or try to delete your virtual device and create a new one.

Upvotes: 0

Related Questions