how to zipalign apk file without project file - Android Studio

hi after to much searching i didnt find any solution for my problem and im sure someone well help to fix it here on this great fourm
i made a small app using a website
then i download the apk file
after that i try to upload the file to the app store
but i got this problem zipalign the apk
i download Android Studio and eclipse but i cant use them because both of the tow program ask me for the project folder witch i dont have it ... im noob with programing
i search a lot i didnt find any explain how i can zipalign the file without the project file i only have the apk file
i try some ways i seen it on youtube and some tools i find it here nothing work
can someone please guide me and help me to fix this problem with the dos command or anyway other way
thank

in some how i was able to finish the problem by trying everything
now i got the second problem and i hope its easy to fix it
hope someone well tell me how
Upload failed
You uploaded an APK that is signed with a restricted certificate. You need to upload an APK signed with your own certificate.

Related

[Q] palm file to android

I have a file on a Palm phone and was wondering is there a way to change it to a apk file . The file is a prc file right now and i can change it to other file type but not a apk file. Is there a person that could change it or tell me what program that might help to get it to work on a captivate android.
d054 said:
I have a file on a Palm phone and was wondering is there a way to change it to a apk file . The file is a prc file right now and i can change it to other file type but not a apk file. Is there a person that could change it or tell me what program that might help to get it to work on a captivate android.
Click to expand...
Click to collapse
I know you PMed me but I'm just going to respond here.
You can't simply rename and have it work. Obviously PRC is for Palm and APK is for Android. They are not cross-compatible formats. You would have to see if the app developer has made the app for Android. If they did, great for you. If they didn't, you're just out of luck.
palm
Yes i know I couldnt use the palm file the prc I was wondering if there was a way to take it like to a jar file and then to a apk file or do i have to try to make a app for this . When i first loaded the file on the phone it was a jar or jad file .
So when i check it on the palm it is now a prc file . I was reading about making a app or i didnt know if there was app delevelper that knew a easy way or if a jar file can be loaded on android or if i would have to take it to a apk file thanks for this site learning alot.
d054 said:
Yes i know I couldnt use the palm file the prc I was wondering if there was a way to take it like to a jar file and then to a apk file or do i have to try to make a app for this . When i first loaded the file on the phone it was a jar or jad file .
So when i check it on the palm it is now a prc file . I was reading about making a app or i didnt know if there was app delevelper that knew a easy way or if a jar file can be loaded on android or if i would have to take it to a apk file thanks for this site learning alot.
Click to expand...
Click to collapse
You can't really do that either. They are different operating systems. That would be like installing the iLife suite for OSX on Windows XP/Vista/7. It just won't work. You'd need to write the app for Android, starting from scratch.
thank you i will look into doing that thanks again

[Q] Installing .apk.jar files on SGS.

Hey guys,
Im really sorry to bother you with this and I bet there has been plenty of threads about this, but Im still clueless.
I got a few files with the ending .apk.jar and for the life of me I can't get them installed. I found this site where you can get an apk from a jar or jad file, but I didn't quite understand how that should work.
And the Java runtime thingy seems to have been taken off the market.
Can anyone tell me how to install these kinds of files? I stumble over them again and again but their kind of useless to me
Thanks so much in advance!
try it with WINRAR and open this file, there should be an .apk file in it, this can be installed

[Q] Signing APK's the correct way

Hello
After lurking around these boards for a long time I finally decided I should get an account. I am in need of some help or advice since can't work out what I am doing wrong.
I'm having a lot of trouble signing my APK's after changing them. I use 7Zip to open the APK, extract the pictures for editing. Then I just drag them back into the 7Zip window.
The tool I'm trying to sign them with is Auto-sign. It looks all good, get no error messages and it creates the signed file okay. But Android does not like the files. Won't let me install them. I'm mainly trying to mod Contacts.APK but I have tried others as well without luck.
I would be grateful for any help or advice.
Tyvm
Ron
PS Running XXJVK - XX_OXA_JVK-v3.1-CWM3RFS

I accidently deleted the user dictionary provider, please help!

hey guys while modding and deleting system apps it seems i accidently deleted the user dictionary provider. im still on 4.4.4 , can someone please upload the apk in so i can reinstall it ? "com.android.providers.userdictionary"
thanx in advance ! :good:
Open any rom that is 4.4.4 ( zip ) then proceed to take out that app from system/app
hey thanx i got mine from a 4.4 image now ( http://sourceforge.net/p/sreborn/code-0/53/tree/system/app/UserDictionaryProvider.apk ) , they are compatible it seems. but i didn´t find a working .ext4 unpacker to get to my original apks , the one i found doesn´t open the system.ext4 file in my flashable image. and 7zip also gives error non supported archive. im using D5803_23.0.1.A.5.77_Generic_DE-Root-XZDR2.8.1-SuperSU-signed.zip , downloaded here in the z3c forum.
after you answered i didn´t find this apk though ^^ . because i searched google for "com.android.providers.userdictionary" (which turns up only debloating articles on google ) and not the real name "UserDictionaryProvider.apk".

apk to aab (help with app bundle future problem)

Hi, can anyone advise me on this -
I've had an app in the playstore for a very long time, I don't have the code for my app as i lost it years ago, but have never had any problems editing and updating the app using apktool or sometimes apk editor, then resigning and uploading each update to playstore with the developer console.
My worry is google's ambition to eventually force everyone to upload only aab's (app bundles) rather than apks.
Is it possible to import my apk into the latest android studio and convert it to .aab bundle without the code?
If this is not possible, is there any other method to convert my .apk to .aab?
Any help is greatly appreciate, regards.
its possible 100% to make aab from apk i have compiled 3 4 apps
1.Decompile apk and copy res[folder] and Androidmanifest.xml into folder
2.Compile each resource into .flat file with aapt2 compile [path] -o outputfolder/
3.Use aapt2 link command to generate apk thats contains resouces.pb and manifest in protobuf format
Create base.zip put search for how to put files in it on Google
Use bundletool Build-bundle command to Create aab
or
use apktoaabconverter.com
philsilvers said:
Hi, can anyone advise me on this -
I've had an app in the playstore for a very long time, I don't have the code for my app as i lost it years ago, but have never had any problems editing and updating the app using apktool or sometimes apk editor, then resigning and uploading each update to playstore with the developer console.
My worry is google's ambition to eventually force everyone to upload only aab's (app bundles) rather than apks.
Is it possible to import my apk into the latest android studio and convert it to .aab bundle without the code?
If this is not possible, is there any other method to convert my .apk to .aab?
Any help is greatly appreciate, regards.
Click to expand...
Click to collapse
send me email [email protected]
I have a complete apk to abb solution
See my article for details
滑动验证页面

Categories

Resources