release tag

2 questions


1 answers
136 views
0
I want to release a signed apk file using Gradle on Android, how do I do it?

I want to make a signed apk file on the Android Gradle build, but I'm not sure if the code below is correct. What did I miss out on the gradle build?android { ... signingConfigs { release { storeFi...


1 answers
106 views
0
In Visual Studio 2017, it runs in Debug mode, but an error appears in release mode

#include <SFML/Graphics.hpp>If you run the phrase in release mode, you can't read it I don't know why it works in debug but not in release

2 years ago

© 2024 OneMinuteCode. All rights reserved.