Reputation:
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
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