S
S
Sebastianxy12016-10-18 10:56:04
Android
Sebastianxy1, 2016-10-18 10:56:04

How to change Y APK Package name?

It is necessary to change the name of the package in the flappy bird game, for example, com.name developed. etc. to your own, this is real without android studio because it weighs a lot for me to download it

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Tiberal, 2016-10-18
@Sebastianxy1

open build.gradle with any text editor and write there

defaultConfig {
        applicationId "пакет"
}

rebuild (you can through the console, without the studio)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question