Vicenç Gonzalvo
Vicenç Gonzalvo

Reputation: 23

Error when I try to simulate my app

When I click the button start, emulator doesn't work. What can I do? Pls help me! This is the error:

What can I do? Pls help me!

UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.RuntimeException: C:\Users\Vicenç\Android\Probeta\app\build\intermediates\classes\debug: file not found at com.android.dex.util.FileUtils.readFile(FileUtils.java:51) at com.android.dx.cf.direct.ClassPathOpener.processOne(ClassPathOpener.java:169) at com.android.dx.cf.direct.ClassPathOpener.process(ClassPathOpener.java:144) at com.android.dx.command.dexer.Main.processOne(Main.java:632) at com.android.dx.command.dexer.Main.processAllFiles(Main.java:510) at com.android.dx.command.dexer.Main.runMonoDex(Main.java:280) at com.android.dx.command.dexer.Main.run(Main.java:246) at com.android.dx.command.dexer.Main.main(Main.java:215) at com.android.dx.command.Main.main(Main.java:106) 1 error; aborting

FAILED

FAILURE: Build failed with an exception.

BUILD FAILED

Total time: 2.35 secs

Upvotes: 2

Views: 209

Answers (1)

Mahmoud
Mahmoud

Reputation: 2883

Change your project path name, android studio can't recognize some special characters, maybe the problem because of these letters ç

Upvotes: 0

Related Questions