ArminKH
Well-Known Member
@thedesolatesoul
any idea or suggestion?
any idea or suggestion?
Because atleast you are available for comment + you tried to solve my problemWhy thank me...
Hi @thedesolatesoul,
I have attached the example app compact project. The iconiDrawable is not visible.
Regards
SK
ToolBar.SetAsActionBar
Moto G2 and Sony Xperia E1.
It shows a blank line in the footer of screen.
I tested now in tablet Galaxy Note 8 and it don't shows the blank line.
Thanks for your answers. I will continue the tests.
i have this problem on my nexus 5 and galaxy pocket too... i dont know how to fix it!Hi, i have same problem in Motorola E... how can be fixed? in Samsung Galaxy Tab works fine.
Maybe a Density or DIP problem?
B4A version: 5.20
Parsing code. (0.00s)
Compiling code. (0.20s)
ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code. (0.02s)
Generating R file. (1.97s)
Compiling generated Java code. (3.04s)
Convert byte code - optimized dex. Error
UNEXPECTED TOP-LEVEL EXCEPTION:
java.lang.IllegalArgumentException: already added: Landroid/support/v4/print/PrintHelperKitkat$1;
at com.android.dx.dex.file.ClassDefsSection.add(ClassDefsSection.java:122)
at com.android.dx.dex.file.DexFile.add(DexFile.java:161)
at com.android.dx.command.dexer.Main.processClass(Main.java:732)
at com.android.dx.command.dexer.Main.processFileBytes(Main.java:673)
at com.android.dx.command.dexer.Main.access$300(Main.java:83)
at com.android.dx.command.dexer.Main$1.processFileBytes(Main.java:602)
at com.android.dx.cf.direct.ClassPathOpener.processArchive(ClassPathOpener.java:284)
at com.android.dx.cf.direct.ClassPathOpener.processOne(ClassPathOpener.java:166)
at com.android.dx.cf.direct.ClassPathOpener.process(ClassPathOpener.java:144)
at com.android.dx.command.dexer.Main.processOne(Main.java:632)
at com.android.dx.command.dexer.Main.processAllFiles(Main.java:510)
at com.android.dx.command.dexer.Main.runMonoDex(Main.java:280)
at com.android.dx.command.dexer.Main.run(Main.java:246)
at com.android.dx.command.dexer.Main.main(Main.java:215)
at com.android.dx.command.Main.main(Main.java:106)
1 error; aborting
Appodeal (library) + MsMaterialDrawer ( incompatible ) give me this error:
B4X:B4A version: 5.20 Parsing code. (0.00s) Compiling code. (0.20s) ObfuscatorMap.txt file created in Objects folder. Compiling layouts code. (0.02s) Generating R file. (1.97s) Compiling generated Java code. (3.04s) Convert byte code - optimized dex. Error UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.IllegalArgumentException: already added: Landroid/support/v4/print/PrintHelperKitkat$1; at com.android.dx.dex.file.ClassDefsSection.add(ClassDefsSection.java:122) at com.android.dx.dex.file.DexFile.add(DexFile.java:161) at com.android.dx.command.dexer.Main.processClass(Main.java:732) at com.android.dx.command.dexer.Main.processFileBytes(Main.java:673) at com.android.dx.command.dexer.Main.access$300(Main.java:83) at com.android.dx.command.dexer.Main$1.processFileBytes(Main.java:602) at com.android.dx.cf.direct.ClassPathOpener.processArchive(ClassPathOpener.java:284) at com.android.dx.cf.direct.ClassPathOpener.processOne(ClassPathOpener.java:166) at com.android.dx.cf.direct.ClassPathOpener.process(ClassPathOpener.java:144) at com.android.dx.command.dexer.Main.processOne(Main.java:632) at com.android.dx.command.dexer.Main.processAllFiles(Main.java:510) at com.android.dx.command.dexer.Main.runMonoDex(Main.java:280) at com.android.dx.command.dexer.Main.run(Main.java:246) at com.android.dx.command.dexer.Main.main(Main.java:215) at com.android.dx.command.Main.main(Main.java:106) 1 error; aborting
View attachment 36990
In attachment you have sample Appodeal, if you compile without library MSMaterialDrawer work without problem.
HERE library Appodeal_Basic4Android_1.13.zip
Any idea, solution ?
Thank
Marco
Resolved with support Appodeal.. In Appodeal_xx.jar delete folder "android", thats all
Hello again, @thedesolatesoul .
I have a problem with this library in my new app (in other apps the library works fine).
It shows an blank line in the footer (see image1).
When I open the drawer the blank line disappears.
My code is in attached.
I tried, but I don't know what's happening and how to solve.
Thanks in advance for any tip.
MDB.withTransluscentStatusbar(False)
Hi, i have same problem in Motorola E... how can be fixed? in Samsung Galaxy Tab works fine.
Maybe a Density or DIP problem?
MDB.withTransluscentStatusbar(False)
thanks!Solved with this line in sub BuildDrawer:
B4X:MDB.withTransluscentStatusbar(False)
Thanks !!Solved with this line in sub BuildDrawer:
B4X:MDB.withTransluscentStatusbar(False)