Help With Android Game Development

buhari4u

Senior Member
Joined
Mar 8, 2011
Messages
937
Reaction score
293
Dear Friends,
I am new to Android Development. I want to edit some ones android games. I had APK file. I just want to make a small change. So I had alter the images using photoshop. How can I upload that into my google play account.? Did I want to change any code? Please guide me friends.

Thanks
 
Dear Friends,
I am new to Android Development. I want to edit some ones android games. I had APK file. I just want to make a small change. So I had alter the images using photoshop. How can I upload that into my google play account.? Did I want to change any code? Please guide me friends.

Thanks

Decompile the APK using APKTool and then edit the resources, should be in a folder called "res".

Use APKTool to rebuild the file, and you probably will need to sign it afterwards.
 
Did I have to change anything in the code to upload this again to google play?
 
You shouldn't do as long as you keep the file names the same, but like I said you should probably sign the apk afterwards.

In your original post you said you are new to android development, you want to edit an existing game to add your own images, and then upload it to your play account. This sounds really unethical to me. You should really consider learning how to build your games from scratch, it will be much more rewarding for you in the long term! Sorry if I've interpreted this wrong, but ripping off someone elses hard work is never the answer.
 
The app will be taken down. Why don't you make an effort in simply making a clone of that game, instead of reuploading it with some small changes? It's pretty easy making games if you know what you want to do. Try GameMaker Studio or Construct 2. They are both pretty easy.
 
You shouldn't do as long as you keep the file names the same, but like I said you should probably sign the apk afterwards.

In your original post you said you are new to android development, you want to edit an existing game to add your own images, and then upload it to your play account. This sounds really unethical to me. You should really consider learning how to build your games from scratch, it will be much more rewarding for you in the long term! Sorry if I've interpreted this wrong, but ripping off someone elses hard work is never the answer.

Actually I just want that game to show to a client for just few days. Once he agree I will delete that game from google play. So please tell me that I have to change any thing in the code.
 
The app will be taken down. Why don't you make an effort in simply making a clone of that game, instead of reuploading it with some small changes? It's pretty easy making games if you know what you want to do. Try GameMaker Studio or Construct 2. They are both pretty easy.

Thanks for the resources. Hope they will be helpful. What should I do to keep the app in google play atleast for few days? After that I will delete it.
 
Hi, you can also try downloading Eclipse (IDE) and the Android emulator if you want to get more serious with Android development. Good luck!
 
Back
Top