Does animation on Android change depending on the IDE? -
i imported project intellij (pre-gradle structure) android studio (latest version) copying files new project , making corresponding changes necessary (loading libs, changing package names, etc.)
it works except there's bug animations , placements of views.
can problem depending on ide or there wrong code? (i tried code in intellij , worked after importing problems occur).
thank in advance!!!
no. ide changes nothing how application built or runs. ide exists provide convenient way of viewing , editing code.
the culprits using different versions of build tools or using different versions of libraries.
Comments
Post a Comment