Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in installation? #87

Closed
jayeshjain24 opened this issue Jun 17, 2016 · 2 comments
Closed

Problem in installation? #87

jayeshjain24 opened this issue Jun 17, 2016 · 2 comments
Labels
help wanted Collaboration wanted on this issue

Comments

@jayeshjain24
Copy link

jayeshjain24 commented Jun 17, 2016

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 .

<preference name="android-minSdkVersion" value="16"/>
<preference name="android-targetSdkVersion" value="23"/>

Then I went to /platforms/android/project.properties and updated the target=android-23

After 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

@dpa99c
Copy link
Owner

dpa99c commented Jun 17, 2016

Check what version of cordova-android platform is installed: cordova platform ls.

The version must be 5 or greater, so if not: cordova platform rm android && cordova platform add android@5

@dpa99c dpa99c added the help wanted Collaboration wanted on this issue label Jun 17, 2016
@jayeshjain24
Copy link
Author

Thankyou. That worked. closing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Collaboration wanted on this issue
Projects
None yet
Development

No branches or pull requests

2 participants