[question] debug vs. release #120
-
what's the difference between these two .apk files? |
Beta Was this translation helpful? Give feedback.
Answered by
BlackyHawky
Oct 31, 2024
Replies: 1 comment
-
@throwaway242685 Moreover, in my case, it allows me to develop without fearing that the release version installed on my device will be impacted by the modifications I make. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
throwaway242685
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@throwaway242685
The debug version is mainly used to obtain logs in the event of application errors with Android Studio, for example.
Moreover, in my case, it allows me to develop without fearing that the release version installed on my device will be impacted by the modifications I make.