I changed idapp (package), but now in the build config the suffix .test is put to the end and an error occurs during the build, but if I put the suffix .test in build.gradle, the error disappears. There are no suffixes in the build settings, but they are set. How to be?

    1 answer 1

    Solved the problem by changing the build type from debug to release

    • So-so solution. Attach a better build.gradle to the question. - temq