D Dey Active Member Licensed User Longtime User Oct 19, 2017 #1 Hello to all doubt! I have several Type in a module is it preferable to put them in the Starter class? The question is for this mistake where t_artcomanda is a Type in module BAR.Tablet.db_type java.lang.ClassNotFoundException: Didn't find class "BAR.Tablet.db_type$_t_artcomanda" on path: DexPathList[[zip file "/data/app/BAR.Tablet-1/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]] Thank you Last edited: Oct 19, 2017
Hello to all doubt! I have several Type in a module is it preferable to put them in the Starter class? The question is for this mistake where t_artcomanda is a Type in module BAR.Tablet.db_type java.lang.ClassNotFoundException: Didn't find class "BAR.Tablet.db_type$_t_artcomanda" on path: DexPathList[[zip file "/data/app/BAR.Tablet-1/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]] Thank you
DonManfred Expert Licensed User Longtime User Oct 19, 2017 #2 put them in you main activity code. Or in a class. Upvote 0
D Dey Active Member Licensed User Longtime User Oct 19, 2017 #3 DonManfred said: put them in you main activity code. Or in a class. Click to expand... Thank you for the reply DonManfred can you tell me why? Upvote 0
DonManfred said: put them in you main activity code. Or in a class. Click to expand... Thank you for the reply DonManfred can you tell me why?
LucaMs Expert Licensed User Longtime User Oct 19, 2017 #4 Dey said: can you tell me why? Click to expand... The Starter Service is also a good place (probably the best one). [Is this a good place to ask for a new "feature", private (module level) custom types? Em... no, I don't think so ] Upvote 0
Dey said: can you tell me why? Click to expand... The Starter Service is also a good place (probably the best one). [Is this a good place to ask for a new "feature", private (module level) custom types? Em... no, I don't think so ]