5.5 Mobile Applications Android emulator Doesn't seem to want to work!

Using Dreamweaver 5.5 and the new Mobile Applications I'm successfully set up the Android SDK (which was a right pain in the backside) - so now I can build the HTML5 structure and the 'PhoneGap' tools are there, my problem comes when exporting the application for build and testing.
When I start the build and emulate it pops up with a message stating 'unable to open in the emulator and to look in the build log for details'. So I do thia and find the following:
DERROR: Cannot copy phonegap files. Terminating.java.io.FileNotFoundException: (path to app here - removed for NDA reasons)\DefaultActivity.java (The system cannot find the path specified)
ERROR: Clone failed
and
Waiting for Android emulator to bootERROR: failed to launch Android emulator
No I've also tried to lauch the Android emulators via the Virtual device manager but it comes back with this error:
PANIC: Could not open: C:\Users\c554\.android/avd/AP4.ini
Now to me it looks like it;s trying to reference the emulator with the wrong path - but I'm not sure on how to go about finding or even changing this.....
So can anyone point me in the right direction so that I can get my applications fully running in Dreamweaver 5.5?
Thanks

Step1: You can run emulator android apps. it well error
Step2: You keep you keep running the emulator, then again you debug
I also encountered this error and now understand that to debug.
wish you success

Similar Messages

  • I have just purchased Logic Pro X and it doesn't seem to want to work with my Tascam us-122L sound card. Do i need to purchase a new one and if so, any advice on a reasonable priced one?

    I have just purchased Logic Pro X and it doesn't seem to want to work with my Tascam us-122L sound card. Do i need to purchase a new one and if so, any advice on a reasonable priced one?

    What OS do you have? Have you tried the latest drivers?
    http://tascam.com/product/us-122l/downloads/
    alternatives: Focusrite Scarlett 2i2, Presonus Audiobox.

  • I just downloaded 11 onto my mac but it doesn't seem to want to install. Any reason why this would be?

    I just downloaded 11 onto my mac but it doesn't seem to want to install. Any reason why this would be?
    Downloading should be fairly easy and the installer opens but nothing seems to happen after that.
    Help please!

    What link, website? Firefox should not do that. Did you get FF from '''Mozilla.org?'''
    It could be the work of one of your add-ons, or even add / mal-ware.
    Look thru your add-ons list and make sure you know what each one is
    there for. Also, check the programs that are on your computer
    '''Windows > Start > Control Panel > Uninstall Programs.'''
    '''(Mac: Open the "Applications" folder)'''
    Go thru the list and use a web search to check any that you don't
    know what they are.
    '''''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-caused-malware Troubleshoot Firefox Issues Caused By Malware]''''' {web link}

  • I tried to manually clear my Time Machine back up drive (a La Cie). But now the Trash is filled with files (over 130,000) and it doesn't seem to want to trash them - how do I get rid of them now in a quicker way?

    I tried to manually clear my Time Machine back up drive (a La Cie) of some of the older backups. But now the Trash is filled with files (over 130,000) and it doesn't seem to want to trash them - it's taking forever!! how do I get rid of them now in a quicker way?

    dear Sue
    i've tried the alt solution to empty trash but it does not work
    I still got the -8003 error
    for emptying time machine backups that i foolishly put in the trash
    i've also tried this solution using terminal and it did not work either
    http://www.imore.com/how-force-empty-trash-your-mac-using-terminal
    any help you might offer would be greatly appreciated
    i am using a 24 inch iMac
    OSX 10.6.8
    Message was edited by: summer_laughter

  • The iPad doesn't seem to want to set up an email for a "group" in my contacts. On my iMac, when I type the name of a group, the email addresses of everyone in the group appear in the "To" line of a new message. Not so with the iPad. Help?

    The iPad doesn't seem to want to set up an email for a "group" in my Contacts. When I type the name of a group in the "To:" line of a new message on my iMac, all the email addresses of the group automatically appear. Not so with my iPad. Help?

    Apparently Groups are not supported in the Mail App on the iPad. Read this thread and see Michael Morgan's post for a workaround.
    https://discussions.apple.com/message/13084823#13084823

  • 10.1 doesn't seem to want to create proxy media

    Now 10.1 doesn't seem to want to create proxying media.
    Is this new?.
    Will it ever create proxy media.?
    Or is that only for like 4K cameras?
    I used to create proxy media for everything I shot which is 1080.

    My two Canon Vixias shoot AVCHD and my Canon DSLR shoots in .mov format.
    I usually import all that I'm going to edit and then choose create proxy media.
    10.1 did not create proxy media nor does it seem to when I ask it too.
    Maybe with improvements, it doesn't feel a need, but before working in proxy improved the editing process and I'd just switch back to optimized media for output.

  • Flex 4.5 problem using image in Mobile Application (Android)

    I have a problem using flex and mobile application...
    I have an image with path = "/mnt/sdcard/images/20120202172020990.jpg"
    Simply using
         <s:Image id="image" source="/mnt/sdcard/images/20120202172020990.jpg" />
    Get me an empty image on device, still using it on computer (desktop build / debug) it works fine...
    I have enabled every kind of permission in the app.xml
    Why I got this error?

    I actually solved the problem using:
    image.source = File.desktopDirectory.resolvePath(file_name).url;
    using instead this one it will work only under windows...
    image.source = File.desktopDirectory.resolvePath(file_name).nativePath;
    I don't know if it's a bug or whatelse, but I think that the source property of Image passing a filename that start with / (/ is root for unix based OS, android, linux, ios, etc), will take is as a relative path instead of complete path...

  • A little lost here, view doesn't seem to want to show up

    Hi,
    First of all, let me say that i am not a iPhone or Mac developper although i'm a super good programmer that knows lots of languages (c/c++, java, c#, php, vb, vb.net, etc)
    I was tasked to add a screen to an iphone app that asks for user acceptance of terms and then store the acceptance into the phone. I'm not even at the storage part yet, i'm all lost in that objective C thing... What kind of programming language is that... lol
    Anyway, i tried my best and am able to open a view that was already existant in the system as the application starts. The same view, i duplicated it and renamed all its files, identifiers in the .h and .m file to a new name. I scoured the source code of the app to add the different variables or properties just as the previous view had been added to the app.
    Compile, works, view never shows up... maybe i messed up something, try the older view i tried at first, still works... strange.
    Here is a bit of code:
    - (void)applicationDidFinishLaunching:(UIApplication *)application {
    [window addSubView:agreementView.view];
    [window makeKeyAndVisible];
    This portion of code doesn't work, but if i change "agreementView" for "hmView" it works fine and shows the view called HmView. The app compiles completly and works in all cases, its just the agreementView that never shows up.
    Can you help me with this at all? Do i need to post anything else. Please keep in mind that i thought it would be super simple to do this and finaly, it's taken me 3h already to simply create a view and recompile the code.

    CDGI Developper wrote:
    this application is already multiview. I'm just trying to add a view in the code that shows an agreement ppl have to accept.
    Ok, understood. It's sounding more and more like a modal view would be the best solution.
    If i use the variable name of another view that was working, it loads up fine as the application starts.
    Although you mentioned creating another view, it seems likely you didn't actually do so, or that the variable you assigned to the new view doesn't actually point to that view. You haven't mentioned Interface Builder yet. IB is the resource editor for Xcode, and is usually where Cocoa developers start when creating a new view (though new views can certainly be created in code without using IB).
    Since you've been focusing on the root view so far (i.e., the view which is added directly to the window in applicationDidFinishLaunching), can we assume that you want the "agreement view" to be reached directly from the root view? Or, do you want agreementView to replace the current root view at start up? For example, do you want agreementView to be the gateway to the app, like a login screen, so that none of the app's functionality can be accessed until the agreement is accepted?
    Once we know exactly how the agreement fits into the view hierarchy, it might be easy to walk you through the steps needed to create it, display it, and dismiss it. Another question that might help clarify your requirements: Could you use an "alert view" instead of a new, full-screen view for your purpose? An instance of the UIAlertView class is used just like a Windows "MessageBox" to display a message and wait for the user to respond. So an alert view would be good for obtaining a "yes" or "no" answer from the user. Of course, if the agreement screen needs to present the text of an agreement, much like the contract presented during an app installation, I guess you'd need a new full-screen view.
    ... if i use the new view i have created (from a copy of the one that works) and i adapt all the identifiers in the different copied files, then the app still compiles, but the reference to the view variable doesn't seem to work.
    Here's an example of how to bring up a modal view that covers the root view at startup:
    - (void)applicationDidFinishLaunching:(UIApplication *)application {
    // add the root view to the window
    [window addSubview:viewController.view];
    // make a new view controller
    // (this also makes a default view for the new controller)
    UIViewController *myController = [[UIViewController alloc] init];
    myController.view.backgroundColor = [UIColor blueColor];
    // set the modal transition style of the new controller
    myController.modalTransitionStyle = UIModalTransitionStyleCoverVertical;
    // add a text view object to the new view
    UITextView *myTextView = [[UITextView alloc]
    initWithFrame:CGRectMake(36, 50, 248, 228)];
    myTextView.editable = NO;
    myTextView.showsVerticalScrollIndicator = YES;
    [myController.view addSubview:myTextView];
    [myTextView release];
    // add something legal to the text view
    NSString *legalText = [NSString string];
    for (int i = 0; i < 40; i++)
    legalText = [legalText
    stringByAppendingString:@"Whereas, henceforth and notwithstanding.
    myTextView.text = legalText;
    // add a button to the new view
    UIButton *myButton = [UIButton buttonWithType:UIButtonTypeRoundedRect];
    myButton.frame = CGRectMake(124, 320, 72, 37);
    [myButton setTitle:@"Agree" forState:UIControlStateNormal];
    [myController.view addSubview:myButton];
    // connect the action of the button to a method in this file
    [myButton addTarget:self action:@selector(dismissAgreement)
    forControlEvents:UIControlEventTouchUpInside];
    // bring up the modal view as a child of the root view
    [viewController presentModalViewController:myController animated:NO];
    [myController release];
    [window makeKeyAndVisible];
    - (IBAction)dismissAgreement {
    [viewController dismissModalViewControllerAnimated:YES];
    To see how the example works, remove the current version of applicationDidFinishLaunching from the app delegate .m file, replace it with the two methods above, save the file and click Build and Go. The example is working, tested code which doesn't require any work in Interface Builder. Be sure to cut and paste directly from the forum to the source file. At this point you don't need to lose a day or two tracking down a syntax error.
    - Ray

  • Uploading Images using Mobile Application(Android)

    I was going through the tutorials on the Flex Mobile Test Drive.Those are great tutorials for sure.
    I found one thing missing from there is the way one can upload photos from the mobile device.In general Flex application a browse window comes on using file reference.But what to do on Mobile device. Do I need to use the same file refrence and if yes how to display the folder from the memory card etc.
    Thanks
    Anurag

    I'm in the process of implementing this, so I can't say if it works or not.
    http://www.chaosm.net/blog/2011/06/04/flex-mobile-upload-photo-to-server-with-php/

  • Mac doesn't seem to want to be turned off

    Processor 2 x 2.66 GHz Dual-Core Intel Xeon
    Memory 3 GB 667 MHz DDR2 FB-DIMM
    Mac OS X 10.5.5
    I've had my Mac Pro for 1,5 years now and I never really had any issues with it. But the last few days it's behaving strangly.
    - When I try to turn off the computer, it doesn't respond.
    - When I try to turn it off with the power button it goes to sleep in stead of turning off.
    - When, this morning, I finally could turn it off with the power button, when I turned it on again, I got the message in the little black/transparant window: Please turn off your computer using the power button (or something similar).
    - Also, (and this is happening for a few weeks now) when I try to turn it off, it looks like it's switched off, but it's just the screen getting black, and nothing responds anymore.
    Anyone know what could be the cause?

    I have had my computer for 1,5 years now, I know it will only shut down when I hold the button for a long time
    And yes, the problem was that it didn't shut down from the apple menu shut down option. I'm sorry if I wasn't clear about that.
    Message was edited by: Eleonora.
    Message was edited by: Eleonora.

  • Customer service doesn't seem to want to help!

    Rang customer service, got through after 15 minute wait.  Did the usual pantomine asking about phone and line status, and the rep asked to ring me back on my mobile, which he did.  At which point he had me open the OpenReach connection box to get at the test socket, and plug the landline phone into that for a new line test. At which point we got cut off (I'll be generous here)...I waited, and waited...no call back.   So I rang the Customer Service number again, was told it would be a 10 minute wait...waited for 30 minutes and gave up. In the meantime, my "broadband" speed is 500K (strangely enough it is 700K upstream, which hardly makes sense at all)....I have rebooted the router, swapped the ADSL filter...and nothing improves.    

    Thanks for posting your stats(the picture took a while to be approved).I can see your noise margin at 17db is alot higher than it should be,Sky's target s 7db or less.The excess noise will be causing your slower speeds,do you have any noise(crackling,hissing or ticking) on your line when making or recieving calls?

  • Macbook doesn't seem to want to clear cache

    So I have a client who has a Macbook and while we reset a font on our webpage for her it is stuck showing up as the old font. She cleared her cache, tried both Safari and Firefox to no luck. The same model macbook in our office shows the new font perfectly as does a MacBookPro and a windows machine. We assume it has to be something with her computer. We do not, however, have access to her actual machine. I want to give her more suggestions but am not sure what else to try...

    Have you just cleared the browser cache... or have you cleared the font cache as well.
    The free application Maintenance can quickly do this for you:
    http://www.macupdate.com/info.php/id/16790
    FontNuke will also work:
    http://www.jamapi.com/pr/fn/

  • HT4623 My iPad doesn't seem to want to update to iOS 6.  It keeps telling me I am up to date with iOS 5.1.1.  What should I do?

    My iPad keeps telling me that I am up to date with iOS 5.1.1.  What do I need to do to download and install iOS 6?

    You appear to have a first generation iPad, which isn't capable of running iOS 6. To tell for certain, append the last three characters of its serial number to http://www.everymac.com/ultimate-mac-lookup/?search_keywords= and load the page.
    (87210)

  • My iPad doesn't seem to want to come on.

    I was able to plug it into my macbook and it show up in iTunes so that I could transfer apps and other things.  I tried restoring it but nothing.  Help!

    Did you try reset, recover or restore?
    Allan

  • Sallie Mae doesn't seem to want to grow with me. Anybody else have this problem?

    I have had my Sallie Mae card since January. They gave me a startiing limit of $500. I have done a credit limit increase request and was offered $300. I felt insulted so I declined lol. I don't understand why they aren't offering a more reasonable increase. I am below 10% utilization on all my cards with many having a 0 balance. I have no new credit lines, no new inquiries. With the limits I have on other cards, I just don't get it. I am thinking of just closing the card rather than wasting another hard pull. If I am going to do a hard pull, I would rather it be on a new card with someone else. Any opinions or ideas?

    bengalikejenga wrote:
    fordguy89 wrote:
    Barclays is like Chase I've read that they combine limits pretty easily. If you are low inquries try for the nfl. They gave me 5k SL when others gave 1500. I would love to open a Sallie Mae and do this but I burned a lot of inquiries.i think Fordguy is right.... you might be better off opening another Barclays card that you mind like but not really need, and combine the limits to get a good push on your Sallie Mae Credit card.... you profile seems like it could support it. I need to get my mind checked out or something. ^^^^ This kind of stuff seems to really bother me and I can't figure out why. I know one could rationalize it as playing the game....but I am sorry...there aint a person in this world that should have to open another account with the same dang bank, combine limits, strictly for a larger CL. That is ridiculous. This should not have to happen. I would give this crazy card one last hoorah. I would use it for almost everything, pay that sucker off multiple times per week, and do this for 2 months, maybe 3. Then if they wont raise you, then just use it strictly for the rewards and only use it for gas/groceries/amazon. Leave it in your glove box. I get that OP has a limit of 10k with amex and this seems small...that would be very frustrating to me too.  I gotta say tho, I have NEVER been a fan of anything barclay until I discovered their ring. They cap their rewards WAY WAY WAY too low, the card is geared for students and maybe some more frugal spenders. I dunno I get better deals with gas gift cards and my other cards so I don't have a need for it. That ring tho, the ability to go get cash and deal with moving it around later, for a buck, that is crazy awesome! I would try to keep this card a little longer and change it to the ring once your limit is higher. But thats just me.

Maybe you are looking for