Need error cannot find /usr/lib/webplatforms/plugins/jnext/customPlugin.so library cannot be found

Hi all

I have created a native extension in the BB SDK 10.2 to connect to data services and request a server using the CellualarDataInterface API.

It was packed, but when I run it in Simulator or device, it shows error:

Need error cannot find /usr/lib/webplatforms/plugins/jnext/customPlugin.so library cannot be found

 

I read that it is the link error but not able to identify the problem.

Here's the URL where my BB 10 code example is hosted:

http://www.filedropper.com/SampleApp (Go to this link and click Download this file)

Please help me find the solution. It is very urgent.

Finally, I solved this error by adding the network of Qt library.

Tags: BlackBerry Developers

Similar Questions

  • Problem with the library: need error cannot find /usr/lib/webplatform/plugins/jnext/libpushjnext.so

    Hello

    I have the application developed by WebWorks 2.0. After a year, I need to get the new version of my app, but when I install and run my application on the device, the application displays an error message:

    Need error cannot find /usr/lib/webplatform/plugins/jnext/libpushjnext.so

    I don't understand why I have this error, because the original version of my application works very well.

    I read a lot of posts on the forum but none of the posts helped me.

    The post office

    http://supportforums.BlackBerry.com/T5/Web-and-WebWorks-development/require-error-can-t-find-usr-lib...

    and the post

    http://supportforums.BlackBerry.com/T5/Web-and-WebWorks-development/deploy-WebWorks-app-into-device/... says I have to add the library. But I use only the push notification and push notification does need that com.blackberry.push and com.blackberry.invoked.

    Does anyone have any experience with the problem? Or does anyone have any ideas how to fix?

    onesto

    Hello chadtatro,

    Thanks for your tip.

    My problem was that I did not define cordova directory in the environment variable windows. When I added the cordova directory to the path in environment variables, my problem has been resolved.

    It is necessary to have a set of cordova in the command line in the case that your application uses a library of cordova.

    There are link setting cordova:

    https://Cordova.Apache.org/docs/en/5.0.0/guide/CLI/index.html#Add-plugin-features

  • Need error ' / usr/lib/webplatform/plugins/jnext/***.so ' cannot be found

    Hi all

    I met a problem when I tried to run an application of WebWork with my own native extension.

    Need error ' / usr/lib/webplatform/plugins/jnext/***.so ' cannot be found

    It seems that many people have encountered this problem. but I got no idea who.

    I have downloaded the example GIT templateJNext. He is allowed to run on my Simulator.

    so I coded a native extension based on the example mine.

    in my extension, I used Qt components.

    I have compiled, and she succeed. I got a .so for Simulator-debug file.

    After that, I edited the javascript part.

    with not too many changes, I just removed the "utils" of dependencies in mainfest.json given that I don't need.

    and I have changed the need for .so my name in templateJNEXT.js.

    This is what I did.

    and I checked the path: / usr/lib/webplatform/plugins/jnext /, it is not my indeed .so file.

    I think there must be a problem with my share of javascript of my native extension.

    I'm sure the dependencies is needed when I was using the Qt component in my native code.

    can someone give me help?

    Thank you.

    A quote from a PM...

    This means generally that there is a problem with the binding. It could be a small error in the code, but above all, I see these because there is a missing library or import. Depending on how you have added your imports, it may not have been propagated to all configurations of generation as well.

    This seems to be the issue in your case since you have already implicitly linking errors

  • Why firefox 32 64-bit does not check the/usr/lib64/mozilla/plugins for libflashplayer.so

    uname - a
    3.9.10 - 100.fc17.x86_64 Linux CBD
    Firefox version 33.0.2

    file firefox firefox-bin
    

    Firefox: ELF 64-bit LSB executable, x 86-64, version 1 (SYSV), bound dynamically (uses shared libs), for GNU/Linux 2.6.18, BuildID [sha1] is 0x8ffc335dd970a4ab7e726478afacb3df59cb6c21, stripped
    Firefox-bin: ELF 64-bit LSB executable, x 86-64, version 1 (SYSV), bound dynamically (uses shared libs), for GNU/Linux 2.6.18, BuildID [sha1] = 0x8ffc335dd970a4ab7e726478afacb3df59cb6c21, stripped
    Error message:
    LoadPlugin: failed to initialize shared library/usr/lib/flash-plugin /libflashplayer.so evil class ELF: ELFCLASS32

    From strace:
    lstat ("/usr/lib/mozilla/plugins/libflashplayer.so", {st_mode = S_IFLNK | 0777, st_size = 39,...}) = 0, etc..

    See:

  • BB10 Dev Alpha - "QFontDatabase: cannot find fonts/base/usr/lib/qt4/fonts directory.

    Hello

    On my Dev Alpha the Qt BB10 device fonts seem to be in:

    /base/usr/lib/qt4/libItem

    but my app is looking for them here:

    / base/usr/lib/qt4/Fonts

    How can I make my app look elsewhere? How can I set an environment variable to make this please?

    Thanks in advance,

    Yalnte

    Hello

    to specify the fonts directory, add the following code to your file bar

    
    

    This corrects the QFontDatabase error at startup.

    I noticed you also try to use QtQui in your application, if you were not aware Cascades is a better option and has a greater integration with the system from QtQui, so take a look if you haven't done so already.

    See you soon

    Swann

  • TestStand Java - 1500 error cannot find the class

    Hello world

    I use Java 1.7 and TestStand 2010.

    I try to add a java class in the computer example folder and call the method.

    The java class is just as below, because I'm just trying to call my own java class.

    I put the class path to start the JAVA virtual machine in the directory where the example of the computer (which is also the directory where I put my java class).

    TestStand can call methods of the computer, but not mine (received the error 1500 error cannot find class). I put my my java method call among calls for default computer example.

    Also I read similar topics, but again I can not resolve the error.

    Where is the part that I'm bored, in fact? Please share some ideas.

    Note: I even try to leave the empty class path, but TestStand can always call the methods of the computer. Why?

    ----------------------

    public class TestJava {}

    Public Shared Sub main (String [] args) {}

    }

    public String returnString(boolean a) {}
    Return "success";
    }

    }

    To load a class which is within a package, you can use the package rating (or change the example in order to to use). The path to the class is passed directly to the JAVA virtual machine to load the class, but really what is necessary is the package from the class path, including the full path to the class.

    This means you need to do the following:

    1 set the class path in the base directory where you created all your classes, if you have the following structure:

    • MyFile.java
    • builds
      • MyPackage
        • MyFile.class

    You must set the classpath in the builds directory

    2 when you set up your steps, you must set the path to the class in your steps from Java to MyPackage/MyFile.class (note the separator is a forward slash, not used Windows backslash, then the Browse button is not quite help with that).

    Another important thing is that when you set the classpath variable you remove the normal Java class path, if you are using Java classes from the library by default, you may have to add \lib\rt.jar

  • tar: /usr/lib/vmware/modules/source/vmnet.tar: cannot open: no such file or directory (the installation failed)

    I tried to install VMWare Server for the past few hours now, but nothing helped. I use Ubuntu 8.10.

    I have already patched, had to move manually the files, and now I'm here:

    VMware

    VMware is installed, but it has not been configured (correctly)

    for this system. To (re-) set, invoke the following command:

    usr/bin/vmware-config.pl.

    root@xxxxxx-laptop: /usr/bin/vmware-config.pl

    Ensuring services for VMware Server are stopped.

    Stopping VMware services:

    Virtual machine monitor makes

    Networks bridged on/dev/vmnet0 made

    Server DHCP on/dev/vmnet1 did

    Guest network only on/dev/vmnet1 made

    Server DHCP on/dev/vmnet8 is

    NAT service on/dev/vmnet8 is

    Guest network only on/dev/vmnet8 is

    Virtual Ethernet is

    Configure libraries GTK + 2.4 relief.

    In which directory you want to install the mime type icons?

    use

    This directory contains your desktop menu input files? These files have a

    .desktop file extension. / usr/share/applications

    In which directory you want to install the application icon?

    pixmaps

    /usr/share/applications/VMware-Server.desktop: warning: value ' vmware - server.png ' key 'Icon' in the group "Desktop Entry" is an icon of name with an extension, but there should be no extension as described in the icon theme specification if the value is not an absolute path

    /usr/share/applications/VMware-console-URI-handler.desktop: warning: value ' vmware - server.png ' key 'Icon' in the group "Desktop Entry" is an icon of name with an extension, but there should be no extension as described in the icon theme specification if the value is not an absolute path

    Try to find a vmmon module suitable for your running kernel.

    None of the vmmon modules pre-built for VMware Server is suitable for your

    kernel running.  Do you want this program to try to build the vmmon module for

    your system (you must have a C compiler installed on your system)?

    Using compiler "/ usr/bin/gcc". Environment variable CC to override.

    What is the location of the directory of C header files that match your running

    kernel? /lib/modules/2.6.27-11-generic/build/include

    Extract the sources of the vmmon module.

    The construction of the vmmon module.

    Building for VMware Server 1.0.0.

    Using 2.6.x kernel build system.

    do: enter the directory ' / tmp/vmware-config4/vmmon-only '.

    do /lib/modules/2.6.27-11-generic/build/include/ - C... SUBDIRS = $PWD SRCROOT = $PWD. modules of

    make [1]: Entering directory ' / usr/src/linux-headers-2.6.27-11-generic'

    CC /tmp/vmware-config4/vmmon-only/linux/driver.o

    CC /tmp/vmware-config4/vmmon-only/linux/driverLog.o

    CC /tmp/vmware-config4/vmmon-only/linux/hostif.o

    /tmp/vmware-config4/vmmon-only/linux/hostif.c: in function 'HostIF_SetFastClockRate ':

    /tmp/vmware-config4/vmmon-only/linux/hostif.c:3441: warning: argument passing "send_sig" 2 rejects the characterization of target of pointer type

    CC /tmp/vmware-config4/vmmon-only/common/comport.o

    CC /tmp/vmware-config4/vmmon-only/common/cpuid.o

    CC /tmp/vmware-config4/vmmon-only/common/hash.o

    CC /tmp/vmware-config4/vmmon-only/common/memtrack.o

    CC /tmp/vmware-config4/vmmon-only/common/phystrack.o

    CC /tmp/vmware-config4/vmmon-only/common/task.o

    cc1plus: WARNING: command line option "- Werror - implicit-function-declaration" is valid for C/ObjC but not for C++

    cc1plus: WARNING: command line option ' - Wdeclaration - apres-declaration "is valid for C/ObjC but not for C++

    cc1plus: WARNING: command line option ' - Wno - pointer-sign "is valid for C/ObjC but not for C++

    cc1plus: WARNING: command line option ' - Wstrict - prototypes "are valid for Ada/C/ObjC but not for C++

    In file included from /tmp/vmware-config4/vmmon-only/common/task.c:1195:

    /tmp/vmware-config4/vmmon-only/common/task_compat.h: function ' void Task_Switch_V45 (VMDriver *, Vcpuid)':

    /tmp/vmware-config4/vmmon-only/common/task_compat.h:2667: warning: 'sysenterState.SysenterStateV45::validEIP' may be used uninitialized in this function

    /tmp/vmware-config4/vmmon-only/common/task_compat.h:2667: warning: 'sysenterState.SysenterStateV45::cs' may be used uninitialized in this function

    /tmp/vmware-config4/vmmon-only/common/task_compat.h:2667: warning: 'sysenterState.SysenterStateV45::rsp' may be used uninitialized in this function

    /tmp/vmware-config4/vmmon-only/common/task_compat.h:2667: warning: 'sysenterState.SysenterStateV45::rip' may be used uninitialized in this function

    CC /tmp/vmware-config4/vmmon-only/common/vmciContext.o

    CC /tmp/vmware-config4/vmmon-only/common/vmciDatagram.o

    CC /tmp/vmware-config4/vmmon-only/common/vmciDriver.o

    CC /tmp/vmware-config4/vmmon-only/common/vmciDs.o

    CC /tmp/vmware-config4/vmmon-only/common/vmciGroup.o

    CC /tmp/vmware-config4/vmmon-only/common/vmciHashtable.o

    CC /tmp/vmware-config4/vmmon-only/common/vmciProcess.o

    CC /tmp/vmware-config4/vmmon-only/common/vmciResource.o

    CC /tmp/vmware-config4/vmmon-only/common/vmciSharedMem.o

    CC /tmp/vmware-config4/vmmon-only/common/vmx86.o

    CC /tmp/vmware-config4/vmmon-only/vmcore/compat.o

    CC /tmp/vmware-config4/vmmon-only/vmcore/moduleloop.o

    LD /tmp/vmware-config4/vmmon-only/vmmon.o

    Construction modules, step 2.

    MODPOST modules 1

    WARNING: modpost: vmmon.ko module uses the marked "init_mm" symbol is not USED

    CC /tmp/vmware-config4/vmmon-only/vmmon.mod.o

    LD /tmp/vmware-config4/vmmon-only/vmmon.ko

    make [1]: leaving directory ' / usr/src/linux-headers-2.6.27-11-generic'

    CP f vmmon.ko. /... vmmon.o

    make: leaving directory ' / tmp/vmware-config4/vmmon-only '.

    The module loads perfectly in the kernel running.

    This program already created the file/dev/vmmon and was about to remove

    He someone else apparently already made.

    You have already setup network.

    You want to skip the network configuration and keep your old settings as they are?

    (yes/no)

    Extract the module vmnet sources.

    tar: /usr/lib/vmware/modules/source/vmnet.tar: cannot open: no such file or directory

    tar: error is not recoverable: leave now

    Unable to decompress the "/ usr/lib/vmware/modules/source/vmnet.tar" file in the

    directory ' / tmp/vmware-config4.

    For more information about how to troubleshoot module, please

    visit our Web site at " " http://www.VMware.com/download/modules/modules.html "and "

    " http://www.VMware.com/support/reference/Linux/prebuilt_modules_linux.html ". "

    The execution is canceled. [/ b]

    I know that vmnet.tar was here before... and he suddenly disappeared. How do we do it back, or can I download it somewhere? Thank you.

    A little worrying that this file should simply disappear - never happened on any of my guests. Check the logs, etc. for possible reasons. You get also warnings much more when you run vmware - config.pl I've ever encountered. What files did you manually have to move?

    If you download the tarball, extract the file from here and place it in the folder "/ usr/lib/vmware/modules/source", then you should probably go further. Should also be vmci.tar, vmnet.tar and vsock.tar in there.

    ---

    If you have found this device or any other answer useful please consider the use of buttons useful or Correct to award points.

  • Dynadock V10 - "error cannot find Setup file" INSTALLER ERROR

    Hi I have a toshiba dynadock V10.

    Whenever I try to install the drivers, that it says "error cannot find Setup file. I have downloaded the latest drivers and off my anti virus and cut all the proiceses running and no go. There are a few references to this on the internet, but none has a solution.

    I amn trying to install it on an equium U400 running windows 7.

    Curiously, it loaded on an old dell pc easily!

    I spent hours looking on the net and there is no answer. I have nothing showing in the programs to uninstall.

    Thank you

    > Oddly enough it loaded on an old pc easily!
    Hello

    This means that drivers are ok and that there must be something wrong with the system pre-installed on Equium U400.
    How to proceed?

    It is important that you don't would NOT connect the Dynadock to the laptop before installing the software and drivers was not finished.
    Therefore, you need to install the software first. Then after new reboot connect the Dynadock to portable and installation would end the next steps.

  • Stand-alone application with LabView 7.0 get error cannot find DAQmx clear task.vi

    I tried to create a stand alone vi with the Build Application or shared Library (dll) in LabVeiw 7.0

    When I put it on another PC to test it I get the error "cannot find DAQmx clear task.vi.

    the other PC also has 7.0 and 8.1 DAQmx Labview.

    I think my problem is in the source tab, where you are supposed to add dynamic vi and support, I have search the forums and database of nor and have not found a solution.

    Hi LabTech09,

    When you run the executable file on the other computer, that's when you get this error?  You have the same exact versions of DAQmx and LabVIEW on both computers?  Is the dialog box allow you to navigate to the clear task.vi DAQmx?  If so, you can find these screws in C:\Program NIUninstaller Instruments\LabVIEW 7.0\vi.lib\DAQmx\configure\task.llb.  The executable runs on the development computer (the machine, it was compiled on)?

  • Error: Cannot run program "jar": CreateProcess = 2 error, the system cannot find the file specified

    Hello

    My apps works very well for the current code, but if I add a new function or class in my eclipse application code indicates the error of

    Error: Cannot run program "jar": CreateProcess = 2 error, the system cannot find the file specified

    I searched the forum and google for this problem, certain solutions are related to java path but myjava path is ok as the current code works very well

    So what problem here? and whats solution for that?


    has got the solution to the problem of its need for .jar files path previously I did not understand why he neede path of pot now his reason is here

    http://supportforums.BlackBerry.com/T5/Java-development/I-O-error-cannot-run-program-quot-jar-quot-C...

  • BlackBerry Smartphones Runtime error "Cannot find system in the file table.

    I need help!

    I have a Blackberry Curve 8310 and have recently installed Version 4.5

    I'm trying to set my synchronization.  I followed the steps to set up my Outlook 2007 calendar.  He told me congratulations! You have configured the product. However, when I press Finish, I get a runtime error "cannot find system in the file table.

    I uninstalled the program and reinstalled - the same error.

    Any help would be appreciated!

    FIGURED IT OUT!

    The following steps, which are displayed on the RIM support will work; However, I had to do it another way.  In step 1, it says that ilxolkCompanion.fil is located in the path C:\Program Research In Motion\BlackBerry\Connectors\MS Outlook Connector... However, when I searched this file, it was actually located in C:\Program Files\Blackberry\Connectors\MS Outlook Connector.  (Maybe it's because I upgraded from 4.2.2 to 4.5 w/o filling a clean uninstall... not too sure why)

    Once I located the file via the command prompt, I have not recorded in accordance with the instructions of step 1.  I then followed step 2 exactly Word for Word... and VOILA!  I have now Version 4.5, working with MS Outlook 2007

    Resolution

    If the connectors folder is always present in C\Program Research In Motion\BlackBerry\Connectors\MS Outlook Connector, follow these steps:

    1. Unregister the old of the Microsoft Outlook ilxolkCompanion.filconnector.

      1. Open the command prompt.
      2. Navigate to C:\Program research in Motion\BlackBerry\Connectors\MS Outlook Connector.
      3. Type command regsvr32 u ilxolkCompanion.fil.
      4. In Desktop Manager, Microsoft Outlook is no longer appears as an available desktop application.
    2. Save the latest Microsoft Outlook Connector.
      1. Navigate to C:\Program research in Motion\BlackBerry\IS71 Connectors\MS Outlook Connector.
      2. Type the command regsvr32 msoutlookconnector.fil.
      3. Office Manager, Microsoft Outlook will be now stored as an available desktop application.

    Once these steps have been completed, configure synchronization again.

  • ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD

    Salvation of DBA

    I get the following error after cloning.
    But cloning done successfully.
    When I run the application environment and services to start or stop, I get the following error.

    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object ' / usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.


    Thank you
    SG

    SG,

    What is the version of the application and the operating system?

    Are you able to connect any executable file of the application (through adadmin)?

    Kind regards
    Hussein

  • Critical error: cannot find the file [CardGames.dll]. The game cannot continue.

    I recently noticed this error message-

    Critical error: cannot find the file [CardGames.dll]. The game cannot continue.

    whenever I try to click on a card game.  Help, please!  Is there something I can download again to fix this error?

    Hi jaymeister3580,

    It seems that the problem is related to the installation of the game itself, I suggest you try the following steps:

    Step 1: Auditor of file system (CFS) scan to fix all of the corrupted system files. To do this, follow the steps mentioned in the link below. The following steps are worth a try:

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    http://support.Microsoft.com/kb/929833

    Check if the problem persists

    Thank you, and in what concerns:

    Ajay K

    Microsoft Answers Support Engineer

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • I can't open XLS attachments in an email... error = cannot find ' C:\users\---\appdata\local\microsoft\windows\temporary internet files\content. IES

    I can't open XLS attachments in an email... error = cannot find ' C:\users\---\appdata\local\microsoft\windows\temporary internet files\content. IES

    You have Excel installed? If this isn't the case, get this viewer.

    Excel Viewer
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=1CD6ACF9-CE06-4E1C-8DCF-F33F669DBC3A&displaylang=en

    Bruce Hagen
    MS - MVP October 1, 2004 ~ September 30, 2010
    Imperial Beach, CA

  • Airpackager error ' cannot find node: versionNumber.

    I try to use airpackager to create a .bar for a Tablet created in CS5 application, and the apppackager generates the following error message: "error: cannot find node: versionNumber.

    I have installed the extension CS5 for Air2.5, that you have set the ActionScript settings and Air according to the instructions in #2 Webcast to publish the file to the tablet. I also checked that the path: on my device includes the paths to the directories SDK Tablet and SDK\bin.

    OK, so I found a solution to this error.  It seems that the generated CS5 - app.xml does not produce content app.xml in the same order as airpackager is looking for.  Instead, I used the content of the .xml file sample posted in demos Tablet-OS and update for my application, and it worked.

    FYI: the sample - app.xml format I used was:


    http://ns.Adobe.com/air/application/2.5">
            NET.example.test
            test
            test
            1.0.0
             Example Inc.
           
                    test.swf
           

Maybe you are looking for