AVEbrahimi
AVEbrahimi

Reputation: 19154

Can't build app after upgrading Android Studio

After upgrading Android Studio to 1.2, I can't run my app, it prompts for errors like this, ( I have Google Play Services in my build.gradle) :

    D:\MYAPP\build\intermediates\exploded-aar\com.google.android.gms\play-services-base\7.0.0\res\drawable-mdpi\ic_plusone_tall_off_client.png ERROR: Unable to open PNG file
:hengaamLibrary:mergeDebugTestResources FAILED

Upvotes: 1

Views: 182

Answers (1)

AVEbrahimi
AVEbrahimi

Reputation: 19154

The problem was both Android Studio 1.2 beta, which seems to have problems with Android Wear and also long path name ( more than 256 characters).

The long path name is only on Windows, no such problem on Linux & Mac.

Upvotes: 1

Related Questions