I have an app for android in the Play Store, and I want to upload a new version, so I generated a release apk, but when I try to upload it to the play store (I'm dutch, so I don't now exactly what it is in English) That there is no zipalign, I searched, but I didn't found useful answers, so does anyone knows how to fix this?
thanks in advance.
I found the answer! when I downloaded the new Android Studio Preview 4 it worked again!
Related
I have searched for the answer to this question throughout the internet, and after mixing a linux solution and a Google Developers tutorial, finally found the answer. I hope to help everyone that bumps into the same.
Ubuntu issue
Android Developers tutorial
And the answer is...
On Android Studio, go to Help -> Edit custom VM properties
If it isn't created yet, now is the time.
A tab named studio64.exe.vmoptions or studio.exe.vmoptions will open on your IDE and you must add the following:
-javaagent:/usr/share/java/jayatanaag.jar
Save and re-run.
All done :D
I would like to get some feedback or advise from you all which are much expert then me.
I have done this project before and find out some issue, I try my best to solve still cant work :(
In short, I use android studio to generate a random() code and convert to binary, let said "0101101101011011" and I want phone to flash according to the Binary code. 0= Off flash 1=On flash. I realize that some phone can work some phone cannot work, and the android version I compile is 4.0.3 . I install that apps at above 4.0.3 version phone.
Is it hardware limitation? Or any suggestion to do that ? Thanks for advise and suggestion ~
I'm developing an android application to hide the photos gallery using a password to do it, and show it by using password also.
I searched online for such like this idea, but I didn't find yet and answer.
I would appreciate your help.
thank you in advance.
I'm trying to put Admob for android app in studio and then publish it on google play.
I have read that soon, google requires a very specific way of displaying banner.
I wonder if this form is correct and incidentally try to fix the bug that gives me.
The mobile works perfect, but not that get the error on android studio.
I put a picture to make it easier to find the error.
Hope you can help me, Thanks.
enter link description here
The error you are getting is from an old version of Admob (6.4.1), and is only an error when trying to render the AdView within your editor, it is not a runtime error.
Try using the new Admob SDK (the one from Google Play Services). It is much more likely to have this (editor only) bug fixed.
I was wondering if there is a way I can update my Android application which is not listed on the Android Market. I mean, maybe thorough my website? Any ideas? Many Thanks!
yes you can make downloadable your signed .apk file through your website via http.