-
Notifications
You must be signed in to change notification settings - Fork 69
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
Deosnt recognize ContactsPickerActivity.class #10
Comments
@nicknagi I had the same problem. I think there's an issue with the upload function because Gradle reports that .aar.asc is not a valid format. I downloaded the library and built it myself(and I had to remove the upload function from build.gradle). I might fork the repository and maintain it if I find time. |
I think if you include the library as: compile 'com.codinguser.android:contactpicker:3.0.0@aar' |
@codinguser Thank you, I'll use your repo in the next version if the issue is fixed rather than compile it myself. |
Using the @aar annotation allows it to build but I still receive an error when trying to start the activity:
adding the activity to the manifest ->
even if |
+1 same scenario |
This may be due to ProGuard, I'll look into it.
|
android M has a different permission mechanism. You have to do some think like this:
|
Now I'm getting the following error:
|
gives an error saying class not found. Imported your library using gradle. A bit new to all this..
The text was updated successfully, but these errors were encountered: