eluleci / FlatUI

Android FlatUI Kit
1.66k stars 422 forks source link

Project Build Error? #1

Closed ShooterArk closed 10 years ago

ShooterArk commented 10 years ago

Hi, Im trying to implement the flatUI on my android app, but if you build it, it gives some build error, secondly there is no clear description how to use it on eclipse since I am not using android studio. Please advise. Thanks

eluleci commented 10 years ago

Hi, I am going to update the project (but not so soon) for supporting gradle and eclipse too. I'll let you know when I can do it.

ShooterArk commented 10 years ago

Well Eluleci I would really appreciate if you upload it asap as I need to implement it by the end of January. Thanks in Advance

eluleci commented 10 years ago

Hello, I assume that the error that you have is not build error but runtime error. Since that the library contains font files in assets folder there appears this problem if project doesn't include the assets of library.

It is possible to 'include library assets' in Android Studio (not gradle build) but there is no option like that in eclipse. But there is really simple solution.

You can fix this issue with copying the fonts folder of the library into your assets folder. Then the error should be solved. If you have any other error, can you please send me log message of that error.

Thanks

eluleci commented 10 years ago

Can you let me know when you successfully build your app. I am waiting for your response to close this issue. Thanks.

ShooterArk commented 10 years ago

Yes I have tried it on a demo app and its works just fine. But I have not yet test it on a real device. So I guess it is working fine now. Thanks alot for your help.

On Fri, Jan 24, 2014 at 12:38 PM, Emrullah Lüleci notifications@github.comwrote:

Can you let me know when you successfully build your app. I am waiting for your response to close this issue. Thanks.

— Reply to this email directly or view it on GitHubhttps://github.com/eluleci/FlatUI/issues/1#issuecomment-33202966 .

eluleci commented 10 years ago

I am happy to hear it. By the way I migrated project to Gradle and trying to put the library in maven central. If you use Gradle in few days you can add it as dependency to your project.

ShooterArk commented 10 years ago

Thanks for the updates. I will do that and will contact you if I got in some problem again ;) . Thanks alot once again.

On Fri, Jan 24, 2014 at 4:51 PM, Emrullah Lüleci notifications@github.comwrote:

I am happy to hear it. By the way I migrated project to Gradle and trying to put the library in maven central. If you use Gradle in few days you can add it as dependency to your project.

— Reply to this email directly or view it on GitHubhttps://github.com/eluleci/FlatUI/issues/1#issuecomment-33216897 .