hi,
i have several apps where i use the Build Configuration to change between the #Free version and the #Full version.
on my free version i am using Admob or any other ad service my question is can i compile the app for the full version without using admob libs?
i have read somewhere that only if i declare a view that lib will be included but even if i put all
dim adview1 as adview in #If Free ... #end if
my apk file is still big.
what should i do if i don't want unused libs to be included in the apk.
thanx, ilan
i have several apps where i use the Build Configuration to change between the #Free version and the #Full version.
on my free version i am using Admob or any other ad service my question is can i compile the app for the full version without using admob libs?
i have read somewhere that only if i declare a view that lib will be included but even if i put all
dim adview1 as adview in #If Free ... #end if
my apk file is still big.
what should i do if i don't want unused libs to be included in the apk.
thanx, ilan
Last edited: