Hello, if we want app to support both devices F2 & F10 can we use one SDK?
There is a problem when we try to add both SDK in app. Package names and class names are same in both SDK, so there is a 'duplicate class' problem during build.
Also native libraries have same names for both devices - libposutil.so so they can reside in same folder.
I do not want to build app with different flavors, I want to select from app on what device is running so we can load appropriate libraries for device (f2 or f10).
How to accomplish that?
Thanks!