-
Notifications
You must be signed in to change notification settings - Fork 197
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
Issue importing #6
Comments
You don't have the appropriate plugins installed. Please use the following gradle code that works.
If you are planning on submitting a PR, do not commit this custom Build file. The author of this repo uses it to upload the library to Maven. Instead, take a look at what I have done with PR #4 and proceed that way. Hope this helps! |
What exactly is missing that I need to download? Also, after putting the above text in gradle file, I still have a build error: Error:resource android:style/TextAppearance.Material.Widget.Button.Borderless.Colored not found
|
Most of the code in the Gradle file is for uploading the library to Maven. The author needs that code as part of the library. What version of Build tools are you using? |
It says I have 26.0.0 rc2 , and many before. |
Try 25.0.2 to see if that works. Also, make sure to change the build tools and SDK version in the sample app folder as well. If all else fails, try downloading my fork. It has quite a few enhancements! |
@searchy2 Hi. I am sorry that I was working on another project recently so that I didn't see the notification. I have merged your pr just now and I am reviewing the code. |
@AndroidDeveloperLB I have update the build.gradle file and I think it should be work now. Please try it again. |
@Yasic Great library, thanks for the merge! There's still work to be done however. If the code looks good and passes your tests, it will need to be copied over to the Particle Surfaces class. |
@Yasic I've cloned the project . |
The improvements made to the Particle View have not been added to the Particle Surface yet. Currently, I am not too sure what the Particle Surface is for? Maybe @Yasic can explain the use scenarios. |
I get this:
The text was updated successfully, but these errors were encountered: