Hi
I am using eclipse-SDK-3.5 for windows .In that at the time of opening the XML layout window that will producing the following error
NoClassDefFoundError:could not initialize class sun.awt.image.BufImgSurfaceData
How to solve it and how to view the XML Layout
Thanks in Advance
I read about this error before. I think it has something to do with the new ADT plugin not being compatible with your eclipse version. I thought the solution was to install the latest version of eclipse.
EDIT: here is where I read about the same problem: http://groups.google.com/group/android-developers/browse_thread/thread/deade4efa641542a
Related
Hi
I have just downloaded the 3.17 modified rom from Jeff's kitchen and using the installer file had it successfully installed into my xda. Firstly- thanks to all xda developers and Jeff for an excellent piece of work.
Only one question though- the D9 (single handed dialer program) don't seem to work- when I tap on it at the launcher, phone folder and even the entry in the windows folder, it showed a message:
"Application error- Cannot find extension file pvbDecl.dll Please run setup to restore the file ".
I tried cold booting a few times and the same thing happens.
Is there something I should do to get it running or do I need to redownload the exe file from Jeff's kitchen?
Hope someone could kindly help.
Thanks
Vic
Looks like a problem with that installation, no point in redownloading. Probably if you create a ROM that has PocketCHAT also, all will be well.
Hi XDA Developer,
Thanks for quick reply. Interestingly, I have included the Pocket Chat software in the rom and now that you mentioned it, I tried clicking on it and the same message comes out; asking for the same file pvbDecl.dll and suggesting to run setup again.
Any clues how to work this out?
Cheers
Vic
its a VB app so it needs that dll file. xda-developers just add the file to the package
alex
Hi Alex,
Could you please elaborate a little bit more on what you described?
Where do I get the dll file?
Cheers
Vic
pvbDecl.dll is a part of VB runtime libraries. here is more info and fix http://www.creativelogichome.com/gen_faq.htm
alex
pvbDecl.dll is a part of VB runtime libraries. here is more info and fix http://www.creativelogichome.com/gen_faq.htm
Click to expand...
Click to collapse
But that page just tells you 're-install' the software causing the problem. It looks like the vb dll wasn't included in the ROM build. I've just used Jeff's ROM kitchen and am getting the same error.
Anyone actually found a copy of the dll and knows 'where to stick it' ??
Fuzzy
Hello experts
Does anybody know of any dependencywalker kinda tool whcih can be executed in WM6 to find the missing dependency dlls of an exe. I am getting a missing dependency file error while loading my application.
thanks in advance
mil1o
I am just starting with Android Development and have a few minor problems.
First of all, sometimes I don't always know what packages to import. Is there a way to import them automatically? I am coding in Ecplise.
2nd, If, because I am not attentive, I hit the "Run" button but with an XML file opened. This results in making a another xml file name <filename>.out.xml that has errors. If I delete the file I still have a red x on my project folder. And when I try to run the actual java file it sais that the project contains error. The only solution is to delete the entire project and recreate it. But this is uncovinient to always recreate the project, recopy the entire code and everything. Does anyone know how to solve this problem? Thanks
Forgot to mention, the error that appears in the "problems" tab is this: Description
Unparsed aapt error(s)! Check the console for output.
And in the console i have this:
[2010-06-30 19:36:36 - Math Test] Error in an XML file: aborting build.
[2010-06-30 19:37:12 - Math Test] res\layout\main.xml:0: ERROR Resource entry main is already defined.
[2010-06-30 19:37:12 - Math Test] res\layout\main.out.xml:0: Originally defined here.
[2010-06-30 19:37:16 - Math Test] res\layout\main.xml:0: ERROR Resource entry main is already defined.
[2010-06-30 19:37:16 - Math Test] res\layout\main.out.xml:0: Originally defined here.
to import packages ctrl+shift+o
Thanks. Also, I managed to remove the error just by deleting it from the "Problems" tab and forcing a rebuild. Thanks.
Hey there,
This is a tutorial to show ya' how to create or edit widgets for your Bada-powered Samsung Smartphone.
Download this this, first of all:
"Eclipse IDE for Java EE Developers "OR "Eclipse IDE for Java Developers".
http://www.eclipse.org/downloads/
Download the attached Guideline.
Go upto page no. 8 in order to know about the steps to install Samsung Mobile Widget SDK.
To create and package widgets, refer page-14 to 32
For people wanting to edit their existing widget, refer to page no. 42
PS-i) Just download JRE (Java Runtime Environment) if youa re not able to get into Eclipse
ii> It does not matter if you download eclipse EE or only eclipse
iii> If editing an existing widget,delete the 'Signature.xml' in the eclipse directory,else it won;t package the file and you will get a installation error on your phone.
iv> I am just a beginner to this thing...So don't expect more from me!
v> If you found this post to be useful...Don't forget teh thanks button!
Update 1- Some widgets of Bada 2.0 can not be edited..You can only create new widgets for 2.0!
Reserved!!!
Hi,
i have Android Studio 0.4.3 installed, also gradle 1.10.
I downloaded a project from GitHub. After that I selected a build.gradle file to open the project in Android Studio.
But then an error comes up: 'Could not open no_buildscript class...', see attached image.
What goes wrong here? Thanks for any help!