View Single Post
Old March 24th, 2011, 03:55 PM   #1 (permalink)
kevin95
Member
Thread Author (OP)
 
Join Date: Feb 2011
Location: Toronto, ON - Canada
Posts: 181
 
Device(s): Galaxy Nexus - AOKP Jelly Bean ROM Build 3 (4.1.1) - 1.2 Ghz (Dual Core) - Franco Kernel
Carrier: Not Provided

Thanks: 12
Thanked 6 Times in 6 Posts
Default Android Screencast Error: Unable to launch the application. How do I fix this?

I have the latest version of the SDK manager and JDK but I still can't run Screencast. + I'm using Windows XP.

Here are the details of the error:


<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="0.2 1.0"
codebase="http://androidscreencast.googlecode.com/svn/trunk/AndroidScreencast/dist/"
href="androidscreencast.jnlp">
<information>
<title>Android Screencast</title>
<vendor>Alexandre Thiel</vendor>
<homepage href="http://code.google.com/p/androidscreencast/"/>
<description>Control an android device remotely !</description>
<description kind="short">Control an android device remotely</description>
<offline-allowed/>
<shortcut online="true"/>
<update check="timeout" policy="always"/>
</information>
<resources>
<j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se"/>
<j2se version="1.5+"/>
<jar href="androidscreencast.jar" main="true" download="eager"/>
<jar href="ddmlib.jar" main="false" download="eager"/>
</resources>
<application-desc main-class="net.srcz.android.screencast.Main"/>
<security>
<all-permissions/>
</security>

</jnlp>

Please help!
kevin95 is offline  
Reply With Quote