How to publish App Inventor apps in the Market

Search This thread

xr4v3nx

Senior Member
Mar 17, 2010
172
0
I always get this error:

C:\APK Compiler>apktool b Launcher.apk
Exception in thread "main" brut.androlib.AndrolibException: brut.directory.PathN
otExist: apktool.yml
at brut.androlib.Androlib.readMetaFile(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.apktool.Main.cmdBuild(Unknown Source)
at brut.apktool.Main.main(Unknown Source)
Caused by: brut.directory.PathNotExist: apktool.yml
at brut.directory.AbstractDirectory.getFileInput(Unknown Source)
... 5 more

What do you think's wrong?
 

ktmdavid229

Member
Jul 28, 2010
19
0
Is there anyway some of the geniuses here can get this to be a little simpler? For some reason I cant even get apktool to run. I hate windows.
 

xr4v3nx

Senior Member
Mar 17, 2010
172
0
Is there anyway some of the geniuses here can get this to be a little simpler? For some reason I cant even get apktool to run. I hate windows.

Do you update the app a lot? Cause if not, I can just modify your apk so you can publish it in the Market.

Sent from my FroyoEris using XDA App
 

Paulb_

Member
May 31, 2010
25
1
Interesting guide, exciting idea.
For some reason I cannot get past step 1, I get a list of java.io errors....
I'm hoping the thread there or google will cover some troubleshooting for that soon.
-Update_
Ok that was silly, I used a bad target directory, read only.
On to the next steps.
 
Last edited:

Beezwax

Member
Feb 21, 2008
6
0
Could you lend me a hand with my apk marketplace upload?

I have a couple of really good app inventor apps that I created. I tried the tutorial many times posted above with no luck. I read here that you could just modify the apk to publish? If you can help me with this it would be a tremendous help. I'll send you my email if you can help me out. Thanks :)


Do you update the app a lot? Cause if not, I can just modify your apk so you can publish it in the Market.

Sent from my FroyoEris using XDA App
 

albert95

Member
Aug 9, 2010
11
4
Portishead
I always get this error:

C:\APK Compiler>apktool b Launcher.apk
Exception in thread "main" brut.androlib.AndrolibException: brut.directory.PathN
otExist: apktool.yml
at brut.androlib.Androlib.readMetaFile(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.apktool.Main.cmdBuild(Unknown Source)
at brut.apktool.Main.main(Unknown Source)
Caused by: brut.directory.PathNotExist: apktool.yml
at brut.directory.AbstractDirectory.getFileInput(Unknown Source)
... 5 more

What do you think's wrong?

maybe its 'Launcher_signed.apk' :)
 

mukhs18

New member
Dec 25, 2010
2
0
I guess you are missing the apktool.yml file . Or the decompile is not proper . Check on my website , i just posted today , link is - sjzone dot in
 

kkashi

Member
Mar 26, 2011
14
8
You can try AppToMarket that automates the conversion of App Inventor app To Android Market. AppToMarket also has ability to let you create a self-signed certificate for signing your app.

http://Amerkashi.Wordpress.com
keystoregeneration1.jpg
 

Top Liked Posts