Loading...
Logo
Processing Forum
rafaelcosman's Profile
3 Posts
2 Responses
0 Followers

Activity Trend

Last 30 days
Show:
Private Message
    I NEED HELP ASAP!

    I just posted my first Android application to the Android market, but when I try buying it, I cannot install it because it is signed incorrectly. I signed it using

    jarsigner -verbose -keystore <appname>-release-key.keystore c:\Desktop\<sketchname>\android\<appname>-unsigned.apk <your alias>

    and then checked it using

    jarsigner -verify c:\Desktop\<sketchname>\android\<appname>-unsigned.apk

    and everything seemed fine.

    What might I be doing wrong????
    I am trying to use tuioZones in the Android app that I am developing. When I run the very simple "Draggable" example from the tuioZones library, I see a grey box in the Android emulator, but the box is not draggable! I see the following in the console.
     ### [2011/5/30 21:13:50] PROCESS @ OscP5 stopped.
    ### [2011/5/30 21:13:50] ERROR @ UdpClient.openSocket cant create socket Permission denied (maybe missing INTERNET permission)
    ### [2011/5/30 21:13:51] ERROR @ UdpServer.start()  IOException, couldnt create new DatagramSocket @ port 3333 java.net.SocketException: Permission denied (maybe missing INTERNET permission)
    ### [2011/5/30 21:13:51] INFO @ OscP5 is running. you (127.0.0.1) are listening @ port 3333
    I appreciate any advice!

    I am trying to run a very simple sketch (drawing a single circle) on the Android Virtual Device. When I push run on emulator, I get the following error:
    [...]
    debug:
         [echo] Running zip align on final apk...
         [echo] Debug Package: C:\Users\Cosman\AppData\Local\Temp\android174194291581479592.pde\bin\AndroidTest-debug.apk
    emulator: ERROR: unknown virtual device name: 'Processing-0197'
    emulator: could not find virtual device named 'Processing-0197'
    EmulatorController: Emulator never booted. NOT_RUNNING
    Ouch. Emulator got killed, I think.
    My research on the forums told me to create a virtual device called "Processing-Android-7," and so that is what I did. I am fairly certain that I have all of the proper packages in the SDK manager.