-
Notifications
You must be signed in to change notification settings - Fork 324
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
Error inflating class info.hoang8f.widget.FButton #41
Comments
same here |
that work for me |
I believe that should be fixed asap. |
same issue |
@pranaysharma |
Is this issue going to be fixed soon? Also @pranaysharma could you give more details about what I'm I supposed to do to fix this? |
Hey everyone! I fixed it. Use my library as a dependency https://github.com/jd-alexander/android-flat-button |
thanks @jd-alexander it works properly with modifying button_color to fButtonColor. |
@pranaysharma please could you clarify as to what the fix is? Like, what tags do I add the color hex codes with in the colors.xml file? |
@abhriyaroy just use my dependency in the link above. I changed some stuff with the attributes; naming and type. |
@abhriyaroy if you really wanna see the changes you can also just look on the most recent commit logs by me and the other contributor before. |
@jd-alexander thank you so much! |
@jd-alexander Whoa, what a nice fella. |
Same as @jd-alexander said. Just rephrasing here. the fix is
If you have these steps taken care of the build should run fine. |
Hello, |
I cannot use this since it has some minimum version requirement. |
@eyildiz-ugoe check my answer |
I think I wasn't clear. The module I imported is https://github.com/hoang8f/android-flat-button/tree/master/library |
Oh okay. I got it totally wrong then. Thanks, I'll use this one. |
Actually sir according to ur guidence I already done with the gradle version and Android plugin version , but after that I had these error |
@jd-alexander |
@jd-alexander you did the trick , it working ok! |
Sorry Guys my band-aid fix was not working so deleted the post!! |
guys im struggling with this, im following a yoga tutorial and i have no idea what to do :( |
@stephanieporter compile 'com.github.jd-alexander:android-flat-button:v1.1 add change all the buttoncolor to fbuttoncolor |
Hi,All ..I follow the previous steps ,,and still the error |
thanks a lot @jd-alexander your library works like charm. |
@iSalmankhanZ No problem. Really happy this minor fix has helped so many users! 😎 |
![Uploading image.png…] i tried @jd-alexander 's tip at my existing app . but it appears like this how could fix i fix it? |
is it now ok?
…On Sat, Jul 7, 2018 at 10:54 AM, Joel Dean ***@***.***> wrote:
What do you mean?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AfE8DEX3Jg9lhEFkUF4JMaGGEggm7py_ks5uECLwgaJpZM4QJ7rB>
.
|
still unable to resolve :(
On Sun, Jul 8, 2018 at 7:10 PM, Chris Dave Piaoan <[email protected]>
wrote:
… is it now ok?
On Sat, Jul 7, 2018 at 10:54 AM, Joel Dean ***@***.***>
wrote:
> What do you mean?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#41 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AfE8DEX3Jg9lhEFkUF4JMaGGEggm7py_ks5uECLwgaJpZM4QJ7rB>
> .
>
|
@iSalmankhanZ I'm at the part where when you click on a food, it's suppose to show you the detail and the quantity you would like to purchase, the problem is that when I click on the food. It seems that my clickListener is not working, here is my code. `private void loadMenu(){
I would also know if it is possible to DM on github (i'm a noob x) ) or create an independant topic like on stackoverflow. Thanks a lot |
@vincentieng here you go, you have to update firebase from 11.0 to 12.0 or higher //Loading Menu |
@iSalmankhanZ |
@vincentieng Happy to know. |
@agottiparthy1 please send a image of gradle and color so we can be of help to you. |
@iSalmankhanZ hellooooo .. |
hey , my problem is that my FButton is only in read only mode , how can i change it to writable mode to follow step 2? |
@nizarmeyzar, hello sorry for late replay and my repository is open you can access code when ever you want. |
@nizarmeyzar if you still need help please let me know will help you for sure. |
@syamina hello i am not able to understand your error properly can you please share your error screenshot so we can help. |
Will be happy to help you, but the solution for this problem is already
present in comments in github please do check.
If in case problem still exists please let me know i ll be happy to help
you, here's my email -> [email protected] feel free to contact me.
Thanks & Regards,
Salman
…On Fri, Nov 16, 2018, 9:12 PM enriicoochiiesaa ***@***.*** wrote:
@iSalmankhanZ <https://github.com/iSalmankhanZ> I'm follow AndroidEatIt.
can u help me to resolve this ?
[image: 1]
<https://user-images.githubusercontent.com/38888584/48631309-cfa63800-e9f0-11e8-8e94-64d5f00ad9a3.PNG>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ae__d82mVqyk5YXWo09eiAMVwpZ_H7iLks5uvtzfgaJpZM4QJ7rB>
.
|
Hello i am facing following error after changes made CONFIGURE FAILED in 0s The project 'ChabookDelivery' may be using a version of the Android Gradle plug-in that does not contain the method (e.g. 'testCompile' was added in 1.1.0). The project 'ChabookDelivery' may be using a version of Gradle that does not contain the method. The build file may be missing a Gradle plugin. |
Hi, I have followed all the instrustions above and I know the instructions say copy & merge these three files (attrs.xml, colors.xml, dimens.xml). Edited: I have fixed the other errors, but I am still having trouble with the attribute part. Specifically I have problems with all the 5 attributes coming up as errors 8 times with this message: "error: failed linking file resources." |
@Kin-AppDev could you please share the logcat information, so that i can help you further. |
Hi iSalmankhanZ,
Thanks for your reply. I have spend a lot of time trying to fix the issue.
As I have eliminated the existing one, new ones keep popping up and such
process keep going. Now this is the latest errors but I feel I get very
close of fixing the whole thing if you can give me some assistance. Thanks.
Please attached the latest errors for your kind review.
…On Sat, Aug 3, 2019 at 11:21 AM iSalmankhanZ ***@***.***> wrote:
@Kin-AppDev <https://github.com/Kin-AppDev> could you please share the
logcat information, so that i can help you further.
Thanks.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#41?email_source=notifications&email_token=AMRGGS5RUPCM3NSBWCMKFYTQCWV7NA5CNFSM4EBHXLA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3PRMAI#issuecomment-517936641>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMRGGS72LKETYZQ4K6D6ZSLQCWV7NANCNFSM4EBHXLAQ>
.
|
Hi @Kin-AppDev please email me at [email protected], lets not discuss the things that are not related to @jd-alexander's library. Thanks |
Hey |
Hello, i want to ask, i already put 'com.github.jd-alexander:android-flat-button:v1' as my library and maven { url "https://jitpack.io" }, maven { url "https://maven.google.com" } as repositories but i still get an error |
@jd-alexander your minSDK version is 17 and it is giving error that it should be atleast 19. how to do it |
@sayyedfaisal06 you would have to fork the project and lessen the minSdk or the easier solution would be to use the manifest merger and force the library's min sdk. Check out this question & answer on Stack Overflow https://stackoverflow.com/questions/27335889/how-do-i-ignore-minsdkversion-of-library-in-android-studio |
Duplicate class info.hoang8f.fbutton.BuildConfig found in modules jetified-android-flat-button-v1.1-runtime.jar (com.github.jd-alexander:android-flat-button:v1.1) and jetified-fbutton-1.0.5-runtime.jar (info.hoang8f:fbutton:1.0.5) Duplicate class info.hoang8f.widget.FButton found in modules jetified-android-flat-button-v1.1-runtime.jar (com.github.jd-alexander:android-flat-button:v1.1) and jetified-fbutton-1.0.5-runtime.jar (info.hoang8f:fbutton:1.0.5) |
You are adding fbutton dependency 2 times just check.
you can delete that and do like i say.
1. Open your project gradle and add
maven { url "https://jitpack.io" }
below jCenter()
2. Open build gradle and add
implementation 'com.github.jd-alexander:android-flat-button:v1.1'
This should work for you
…On Fri, Feb 12, 2021 at 1:23 PM sangramsahutech ***@***.***> wrote:
Duplicate class info.hoang8f.fbutton.BuildConfig found in modules
jetified-android-flat-button-v1.1-runtime.jar
(com.github.jd-alexander:android-flat-button:v1.1) and
jetified-fbutton-1.0.5-runtime.jar (info.hoang8f:fbutton:1.0.5)
Duplicate class info.hoang8f.widget.FButton found in modules
jetified-android-flat-button-v1.1-runtime.jar
(com.github.jd-alexander:android-flat-button:v1.1) and
jetified-fbutton-1.0.5-runtime.jar (info.hoang8f:fbutton:1.0.5)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOPUWBCX3YPJOKMQTIFGD6LS6TM7RANCNFSM4EBHXLAQ>
.
|
After updating android studio form 2.3.3 to 3.0 I faced this problem
my project was working properly with FButton. when I upgrade android studio then update my project
this problem appears.
Also After modifying build gradle to 2.3.3 the same problem still existed but when I delete google repository form build script repositories and all project repositories it works properly.
I would to know what cause this problem?
The text was updated successfully, but these errors were encountered: