Azure / mobile-services-samples

Apache License 2.0
93 stars 259 forks source link

BackboneToDo can't compile for android #65

Closed juanredondo closed 8 years ago

juanredondo commented 8 years ago

I can't compile the actual version of BackboneTodo. The output show me 20 messages like that: \CordovaNotificationsArticle\BackboneToDo\platforms\android\build\intermediates\exploded-aar\com.google.android.gms\play-services-base\8.1.0\res\drawable-mdpi\common_signin_btn_text_disabled_focus_light.9.png error : Unable to open PNG file

juanredondo commented 8 years ago

After update all plugins, and cordova to 6.0.0 and minimal sdk to 1, the output is more clear. The problem was the path is too large for android compiler. Moving and renaming the folders, solve the issue