You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run ionic build android ,I get this error No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse' .
So I updated the android library from api22 to api23 and added the below lines to config.xml .
When I run
ionic build android
,I get this errorNo resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'
.So I updated the android library from api22 to api23 and added the below lines to config.xml .
Then I went to
/platforms/android/project.properties
and updated the target=android-23After this the build was succesful but app crashed after installation.
Any help? Am I missing something?
cordova -v : 5.3.3
ionic -v : 1.7.7
The text was updated successfully, but these errors were encountered: