Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Error building Player: Win32Exception: ApplicationName='java.exe',

Discussion in 'Android' started by Mirek Uhlir, Mar 4, 2011.

  1. albertofdb

    albertofdb

    Joined:
    Aug 6, 2014
    Posts:
    2
    Installing 32 bits jdk solved the issue for me. Thanks!
     
  2. jessica1986

    jessica1986

    Joined:
    Feb 7, 2012
    Posts:
    621
    I was able to export an apk but when i install and play it in my mobile, it suddenly stops saying
    "unfortunately streetox has stopped".

    my mobile is on version 4.3

    what do i do ?

    I am currently updating my api to 4.4.2 [api 19]

    do i need to update 4.3 and 4.2 aswell ?

    what else i need to do to resolve the issue ?

    Note** - I tried to export other projects of mine and i can successfully export them and run them on mobile...whats the issue in this project ??

    My android manifest.xml in case you want to have a look - http://pastebin.com/zWHZ3pm3
     
    Last edited: Nov 2, 2014
  3. Shukerullah

    Shukerullah

    Joined:
    Mar 15, 2013
    Posts:
    97
    Thanks a lot danny ^_^
     
  4. viruslin

    viruslin

    Joined:
    Aug 23, 2013
    Posts:
    1
    Thanks, this is work for me.
     
  5. jerry2157

    jerry2157

    Joined:
    Mar 23, 2014
    Posts:
    17
    the solution it's:
    install jdk 32 bits / x86
     
  6. PhilianZ

    PhilianZ

    Joined:
    Aug 15, 2015
    Posts:
    4
    It really helps!Thank you sooooo much!!!
     
    Dudledok likes this.
  7. ibnesina

    ibnesina

    Joined:
    Mar 15, 2014
    Posts:
    9
    Solution:

    Just goto your Android SDK folder
    Go to build-tools and select a version (e.g.build-tools\22.0.1)
    Copy zipalign.exe
    Go back to build-tools
    Go into tools
    Paste zipalign.exe



    via unity3diy
     
  8. Dhaval1992

    Dhaval1992

    Joined:
    Apr 18, 2017
    Posts:
    8
    Win32Exception: ApplicationName='D:\SDK's\android-sdk-windows\build-tools\23.0.2\aapt.exe' CommandLine='package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S "res" -I

    I am getting this error when i am trying to build the apk in my office PC.

    I am using unity 5.4.2 and JDK 1.7

    Can anyone please help in this..?

    I tired of this thing, can't solve this error. I tried to find solution on google also, but none of solution worked for me as of now.

    Any help will be appropriated.

    Thank You.
     
    Lonkfarr likes this.