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

don't show for defentions that in my project #48

Closed
yoavst opened this issue Dec 9, 2014 · 7 comments
Closed

don't show for defentions that in my project #48

yoavst opened this issue Dec 9, 2014 · 7 comments
Assignees

Comments

@yoavst
Copy link

yoavst commented Dec 9, 2014

I've put
img
in my project, and sent their name to BUNDLE_LIBS, but it doesn't show them. why?

@mikepenz
Copy link
Owner

mikepenz commented Dec 9, 2014

Without any further details i can't say what's wrong.
so you've added donottranslate.xml?

or are do you mean materialnavigationdrawer and qcircledesigntemplate?

what's the content of those?

@mikepenz mikepenz self-assigned this Dec 9, 2014
@yoavst
Copy link
Author

yoavst commented Dec 10, 2014

that what one of the library_materialnavigationdrawer_strings.xml contains:

<?xml version="1.0" encoding="utf-8"?>

<resources>
    <string name="define_materialnavigationdrawer"></string>
    <!-- Author section -->
    <string name="library_materialnavigationdrawer_author">Fabio Biola</string>
    <string name="library_materialnavigationdrawer_authorWebsite">https://github.com/neokree</string>
    <!-- Library section -->
    <string name="library_materialnavigationdrawer_libraryName">MaterialNavigationDrawer </string>
    <string name="library_materialnavigationdrawer_libraryDescription">Navigation Drawer Activity with material design style and simplified methods</string>
    <string name="library_materialnavigationdrawer_libraryWebsite">https://github.com/neokree/MaterialNavigationDrawer/wiki</string>
    <string name="library_materialnavigationdrawer_libraryVersion">1.1</string>
    <!-- OpenSource section -->
    <string name="library_materialnavigationdrawer_isOpenSource">true</string>
    <string name="library_materialnavigationdrawer_repositoryLink">https://github.com/neokree/MaterialNavigationDrawer</string>
    <!-- ClassPath for autoDetect section -->
    <string name="library_materialnavigationdrawer_classPath">it.neokree.materialnavigationdrawer</string>
    <!-- License section -->
    <string name="library_materialnavigationdrawer_licenseId">apache_2_0</string>
    <!-- Custom variables section -->
</resources>

@mikepenz
Copy link
Owner

@yoavst ok looks ok. should be detected. you can also try to add define_int_... so it should be detected automatically.
You've also cleaned the project. (just in case)?

@yoavst
Copy link
Author

yoavst commented Dec 10, 2014

tried define adding with and without the int, and with and without the autodetect. but same results.

@mikepenz
Copy link
Owner

@yoavst really strange. Have you implemented following line, as stated in the README:

bundle.putStringArray(Libs.BUNDLE_FIELDS, Libs.toStringArray(R.string.class.getFields()));

@yoavst
Copy link
Author

yoavst commented Dec 11, 2014

:/

@yoavst yoavst closed this as completed Dec 11, 2014
@mikepenz
Copy link
Owner

@yoavst so it was this one :)

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

No branches or pull requests

2 participants