2

I get this error:

D:\production\Pong\Devel2010\Src\UnityGames\BhvrDemo\AndroidPushNotification\AndroidPluginProject\bhvrpushnotification\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.0.0\res\drawable-xhdpi-v4\abc_textfield_search_activated_mtrl_alpha.9.png ERROR: Unable to open PNG file

:bhvrpushnotification:mergeDebugAndroidTestResources FAILED

The plugin used to compile, I don't know what's changed. It's a Unity push notification plugin, and has no activity or interface.

How can I find out where this png is being referenced from in the build?

Almo
  • 15,538
  • 13
  • 67
  • 95
  • possible duplicate of [Android Studio - Unable to open PNG file](http://stackoverflow.com/questions/18556280/android-studio-unable-to-open-png-file) – Almo Aug 05 '15 at 18:53

1 Answers1

4

The directory path might be too long - try shortening it. Also see

Android Studio - Unable to open PNG file

Hope this helps!

Community
  • 1
  • 1
yap
  • 64
  • 2