Android SDK - package android-sdk-r16-1-i686 not have a valid arch

Any ideas what I might be doing wrong? I'm installing from the AUR, multilib enabled.
Thanks

Maybe https://bbs.archlinux.org/viewtopic.php?id=134596 will help.

Similar Messages

  • Tuxedo 9.1 --- do not have a valid SDK license

    while i was trying to buildaserver...i get this
    /opt/bea/tuxedo9.1/bin/buildserver -o simpserv -f simpserv.c -s TOUPPER
    CMDTUX_CAT:4382: ERROR: You do not have a valid SDK license
    i place lic.txt at /opt/bea/tuxedo9.1/udataobj/ .. as per the docs ...the lic.txt i got it from
    http://e-docs.bea.com/tuxedo/tux91/install/inspin.htm
    while building client i got none of such error.
    any help appreciated.
    TIA
    sarose

    Hi
    I believe when using buildserver it validates the lic.txt file as you are trying to expose a tuxedo service.
    The lic.txt file from the url is not valid - EXPIRATION=2001-04-28
    Suggest you request a valid lic.txt file from BEA (even if its for evaluation).
    regards Sam

  • CMDTUX_CAT:4382: ERROR: You do not have a valid SDK license.

    Today, I installed the Tuxedo 10.0 64-bit file on a Solaris 9 box, and got error "You do not have a valid SDK license" when used buildserver after setup. The license key file which was downloaded from this site (http://commerce.bea.com/showproduct.jsp?family=TUX&major=10&minor=0) contains the line "TYPE=RTK", and that doesn't seem to be a right type for a developer license.
    Curently, is there any other web site that will provide a developer license file for Tuxedo 10 ?
    Advice is appreciated.

    I went to the edelivery site and downloaded the SDK license, the Tuxedo 10 installation is running ok now.
    Wayne, thank you for the advice.

  • [Solved] libpng12-1.2.44-1-i686 does not have a valid architecture

    I am trying to install google-talkplugin from AUR. I have Arch Linux 64-bit installed. I have gone into /etc/pacman.conf and enabled the multilib repo but am running into a single dependency issue.
    AUR Link: http://aur.archlinux.org/packages.php?ID=40056
    Part of pacman.conf
    # If you want to run 32 bit applications on your x86_64 system,
    # enable the multilib repositories as required here.
    #[multilib-testing]
    #Include = /etc/pacman.d/mirrorlist
    [multilib]
    Include = /etc/pacman.d/mirrorlist
    However the only dependency I am missing is  libpng12.
    Output of makepkg
    ==> Making package: google-talkplugin 2.1.7.0-1 (Tue Jul 12 20:37:21 CDT 2011)
    ==> Checking runtime dependencies...
    ==> Missing Dependencies:
    -> libpng12>=1.2.13
    ==> Checking buildtime dependencies...
    ==> ERROR: Could not resolve all dependencies.
    When I try and install it I get the following message.
    pacman -S libpng12
    error: failed to prepare transaction (package architecture is not valid)
    :: package libpng12-1.2.44-1-i686 does not have a valid architecture
    Am I missing something here? Is there any way to work around this? Any help would be greatly apprceciated. Thanks!
    Last edited by thebrok2 (2011-07-13 03:09:16)

    http://www.archlinux.org/packages/?sort … =&limit=50
    libpng12 is not in the repos. You're probably using some unofficial user repositories that only have the 32-bit version.
    Install it from AUR http://aur.archlinux.org/packages.php?ID=33795 or
    [archstuff]
    # AUR's most voted packages
    Server = http://archstuff.vs169092.vserver.de/$arch
    (do you want the lib32-* version?)
    Last edited by karol (2011-07-13 01:54:04)

  • [SOLVED] pacman - package does not have a valid architecture

    Hello,
    When I was trying to update my system recently, I ran into this problem:
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date 0.0 B 0.00B/s 00:00 [----------------------] 0%
    multilib is up to date
    :: Starting full system upgrade...
    error: failed to prepare transaction (package architecture is not valid)
    :: package wine-1.7.17-1-i686 does not have a valid architecture
    I tried clearing pacman's cache to see if that was the problem, but it didn't do anything. I haven't upgraded the system in over a week before this, and I've installed packages in the mean time without issues. I know that it's not just a wine issue - I tried installing some random packages but ran into the same issue.
    The only thing I can think of that might have caused this would be archiso - I was trying to build a custom ISO but build.sh went wacky for some reason, and it seemed to be trying to install packages onto my system, not into the ISO.
    EDIT: This problem seems to only affect packages in community and extra. Packages from core and multilib don't run into this problem.
    SOLUTION: I think pacman's database files for community and extra got corrupted somehow. I just went into /var/lib/pacman, moved the sync folder to sync_old, then ran pacman -Sy, Everything seems to be good now.
    Last edited by DoctorSelar (2014-04-18 23:04:45)

    DoctorSelar wrote:... then ran pacman -Sy, Everything seems to be good now.
    Unless that's a typo or you immediately followed it by `pacman -Su` then everything is not good now.  Never run `pacman -Sy`.

  • Unable to load the package as XML because of package does not have a valid XML format

    I have SSIS package and I would like to let SQL Server Agent Job to run it.
    However I get Unable to load the package as XML because of package does not have a valid XML format
    What could be wrong?
    Kenny_I

    Hi Kenny,
    What's the version of your SSIS? Please refer to the following methods to solve this issue:
    Hard code the path of SQL Server 2008's DTEXEC while calling the SSIS package as shown below:
    C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTEXEC.exe /F "D:\MyFolder\MyPackage.dtsx"
    Rename the old exe in the 2005 path to a different name (Example:- C:\Program Files\Microsoft SQL Server\90\DTS\Binn\DTEXEC_Old.exe)
    Go to PATH environmental variable and edit it in such a way that "C:\Program Files\Microsoft SQL Server\100\DTS\Binn" path appears well before the "C:\Program Files\Microsoft SQL Server\90\DTS\Binn" path.
    For more detail information, please refer to the blog below:
    Failed to open package file due to error 0x80070020. The process cannot access the file because it is being used by another process. This happens when loading a package and the file cannot be opened or loaded correctly into the XML document:
    http://blogs.msdn.com/b/ramoji/archive/2009/08/28/failed-to-open-package-file-due-to-error-0x80070020-the-process-cannot-access-the-file-because-it-is-being-used-by-another-process-this-happens-when-loading-a-package-and-the-file-cannot-be-opened-or-loaded-correctly-into-the.aspx
    A similar thread about this topic for your reference:
    http://social.technet.microsoft.com/Forums/en-US/b2987df5-8c9b-4797-bdce-b9ec308731f6/i-am-getting-error-when-running-ssis-package-using-sql-server-agent-error-description-is-unable-to?forum=sqlintegrationservices
    If you have any feedback on our support, please click
    here.
    Elvis Long
    TechNet Community Support

  • TUXNT_CAT:101: ERROR: You do not have a valid TUXEDO SDK license.

    Hello,
    I've trying to compile a client and a server in my tuxedo 8.1 server machine but It says I don't have a valid TUXEDO SDK license. I thought the SDK license is required only for versions below 7.1. Do you have an idea?
    Thanks in advance,
    Renato.

    Renato,
    Tuxedo SDK license is required by Tuxedo 10 and previous release if you using Tuxedo build develop your applications. As I know, you can download Tuxedo 10 license at Oracle Tuxedo download site. For other version's, you contact your Oracle support.
    Wayne

  • Android, default install location does not have any effect

    I have Just5 Spacer 2 phone running Android 4.4.2 and since I can not root it (the only application I found was supposed to support it was SRS Root, but I only managed to get partial root through it) I thought I'd at least be able to set default install location for applications to external storage, but apparently, despite the fact that adb shows those changes I made, phone continues to install to internal storage.
    [dainis@arch platform-tools]$ ./adb shell pm set-install-location 2
    [dainis@arch platform-tools]$ ./adb shell pm get-install-location
    2[external]
    Any suggestions?

    By digging deeper and deeper I found a few posts/pages somewhere (didn't save sources for some reason) mentioning that this stopped working somewhere at around Gingerbread.
    Those who know - is that true?

  • How can I sync 2 Android devices if I do not have a computer to create a sync profile from?

    I have a Samsung Galaxy Tab running Android 4.0.4 & a Galaxy Nexus running Android 4.1.1 and no desktop or laptop computer to create a sync profile on. How can I sync my Firefox browsers between these devices?

    There isn't an official way to do this.
    Here's a hack which could work but I've never tried it and it's difficult to do:
    #Borrow a desktop or laptop with Firefox
    #Create a new [[Use the Profile Manager to create and remove Firefox profiles|profile]]
    #[[How do I set up Firefox Sync?|Set up a sync account]]
    #Write down your username, password and '''recovery key''' <- super important. See, [[How do I manage my Firefox Sync account?#w_where-can-i-find-my-recovery-key|Where can I find my Recovery Key?]]
    #Delete that profile you just created on the borrowed computer.
    #On one of your Android devices, set up sync and tap the "Advanced Setup" link
    #Enter your username, password and recovery key
    #Repeat the last two steps on the other Android device.

  • SKYPE INSTANT MESSENGER FROM AN ANDROID THAT DOES NOT HAVE THE SKYPE APP

    I HAVE A LENOVO HARD-WIRED TOWER & WINDOWS 8.1 OPERATING SYSTEM. MY FRIEND, DAVE, HAS AN ANDROID PHONE - HIS PHONE DOES NOT HAVE SKYPE INSTANT MESSENGER, BUT ANOTHER INSTANT MESSENGER THAT SHOWS A LIGHTNING BOLT. DAVE IS ONE OF MY SKYPE CONTACTS. WHEN I SEND DAVE MESSAGES VIA SKYPE INSTANT MESSENGER, HE CAN SEE MY MESSAGES, BUT I CAN NOT SEE HIS. ANY SUGGESTIONS, ADVICE? THANK YOU. SIGNED, GINA

    Hi! The obvious solution to this would be having your friend download skype from google play store. that way you're both on Skype, and it's free aswell. https://play.google.com/store/apps/details?id=com.skype.raider  

  • Com.adobe.flashaccess.sdk.cert.ServerCredentialException: Certificate does not have the required ext

    [ Problem ]
    I’m running the sample encryption code and I’m running in to this exception:
    "com.adobe.flashaccess.sdk.cert.ServerCredentialException: Certificate does not have the required extended key usage".  I tried looking it up on javadocs but it doesn’t really tell me what’s causing it.  I get this error when encryptContent is called.  Is this something in my settings/environment or something with the certificates?
    [ Solution ]
    If you are using the EncryptContent.java sample code, please check which credential you are using for the "packagerCredentialFile" variable.  Make sure this is pointing at the .pfx file containing the packager credential.

    [ Problem ]
    I’m running the sample encryption code and I’m running in to this exception:
    "com.adobe.flashaccess.sdk.cert.ServerCredentialException: Certificate does not have the required extended key usage".  I tried looking it up on javadocs but it doesn’t really tell me what’s causing it.  I get this error when encryptContent is called.  Is this something in my settings/environment or something with the certificates?
    [ Solution ]
    If you are using the EncryptContent.java sample code, please check which credential you are using for the "packagerCredentialFile" variable.  Make sure this is pointing at the .pfx file containing the packager credential.

  • Flex Ant SDK giving compile warnings not present in Flex Builder

    We have a project when  we complie from Flash Builder 4 it compiles as expected with no errors. However when we do an ANT build on a build machine with no Flash Builder installed, the same code (checked out from SVN) and same Flex SDK we have started to get an error: "Error: Access of possibly undefined property labelName through a reference with static type ..."
    If I Run As the ant build from inside eclipse it builds fine and no errors (I verified the SDKs are the same). I can "work around" this by using show-actionscript-warnings="false" in the build.xml file, I'd rather not have to do this.
    The error labelName property in the component that is referenced in the error is indeed marked public and it is [Bindable]. In fact the component that it says this error is associated with hasn't changed in a couple months.
    Some other info that might be of interest on our system that builds the deploy version:
    1. Our build box is running mac os x (10.5.6), Processor: 2GHz Intel Core 2 Duo, Memory: 2GB
    2. Flex SDK 4.1A
    3. Java version 1.5.0_13
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-237)
    JavaHotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing)
    4. Ant -version: Apache Ant version 1.7.0 compiled on February 29 2008
    Any ideas as to what could be causing this "phantom" error in our module? How to fix? Hints or other avenues to pursue?
    Thanks,
    Mike Weiland

    So it turns out I need to overlay the latest SDK into the Flash Builder directory completely, not just the files I was messing with before.
    In flex builder, go to the directory where the SDKs are installed.
    On my system this is
    C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks
    On a Mac, it might be
    /Applications/Adobe Flash Builder 4.5/sdks
    There should be a 3.6.0, 4.5.0 and a 4.5.1 present.
    Make a copy of the 4.5.1 directory.
    Download the AdobeAIRSDK from
    Windows -  http://airdownload.adobe.com/air/win/download/latest/AdobeAIRSDK.zip
    Mac - not sure what the link is.
    Unzip this file, then overlay the contents into the 4.5.1 directory. There are 8 directories, and 2 files. The target 4.5.1 has 10 directories, and 7 files (on my system)
    In Flash Builder, project properties need to be tweaked.
    The Flex Compiler tab - Check [Use a specific SDK:], and pick Flex 4.5.1 in the dropdown.
    And in the Additional compiler arguments add
    -swf-version=12
    In your code, to use the AEC, pick the Enhanced Microphone, as in
    microphone = Microphone.getEnhancedMicrophone();
    Now if only I could figure out what all the settings do and which one's I need to tweak for our environment... loads of experimenting.
    Mark.

  • AIR SDK 3.6 Could not resolve component

    I have Flash Builder 4.6 and the AIR SDK version is 3.5, Today i update the AIR SDK version to 3.6, However when i debug the appliction, the Flash Builder popup a error for "Could not resolve <s:ViewNavigatorApplication> to a component implementation." .
    I have downloaded AIR SDK3.6 from here: http://www.adobe.com/devnet/air/air-sdk-download.html

    Hi Jack,
    Please download AIR SDK from a small note below on http://www.adobe.com/devnet/air/air-sdk-download.html
    for flex users.
    Note : Flex users will need to download the original AIR SDK without the new compiler.
    Please let us know if this fixes your issue.
    Thanks,
    Krati

  • [svn] 3390: Fix for SDK-17067 - @exampleText does not work in mxml comments

    Revision: 3390
    Author: [email protected]
    Date: 2008-09-26 15:08:34 -0700 (Fri, 26 Sep 2008)
    Log Message:
    Fix for SDK-17067 - @exampleText does not work in mxml comments
    Fix for SDK-17076 - Mxml component with id but no mxml comment is not added to generated document
    QA: Yes
    Doc:
    Reviewed By: Pete
    Tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17067
    http://bugs.adobe.com/jira/browse/SDK-17076
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java

    Wow, that's an interesting one - seems as though the sharedCursorPane has
    some hard requirement that the base App be mx (this isn't terribly
    surprising, considering it was built with the mx components, but it's still
    a bug). Can you link against the source code (provided for player 10 now!),
    and change that line in sharedCursorPane :
    From :
    Application(mx.core.Application.application).stage.removeEventListener(Mouse
    Event.MOUSE_MOVE, onMouseMove);
    To :
    stage.removeEventListener(MouseEvent.MOUSE_MOVE, onMouseMove);
    and see if that works for you? I can't honestly tell why we're using the
    line that was there... It's possible this was a workaround for another
    issue. Anyhow, if you wouldn't mind being the guinea pig for this one, we
    can get to the bottom of it.
      thanks!
       nigel

  • SDK for Instant Client not available?

    Hello all,
    I'm new to using Oracle and I successfully setup my first 11XE install last week. I'm excited to begin using it but I can't get the OCI driver to compile so I can use it in PHP.
    I have the linux/amd64 Instant Client 10.1 from the Oracle website but it does not have the headers file.
    The docs say I need SDK for Instant Client but it is not listed on the downloads page for Instant Client. The docs also say there is a 11.1 version of IC but no trace of that either.
    Is there another page which has all of these files?
    I get as far as this in the configure script: "checking for oci.h... configure: error: I'm too dumb to figure out where the include dir is in your instant client install"
    Thanks for your help!

    You could search the 'net for instant client downloads x86-64, click relevant link, search page for SDK. Versions from 11.2, 11.1 and 10.2 releases should exist on found page.
    Note that a dedicated forum exist, {forum:id=190}.
    Edit:
    added forum link
    Edited by: orafad on Jan 16, 2012 10:52 PM

Maybe you are looking for

  • How to Monitor Applications on a single server

    Hi Team I need some advice on Application Monitoring, my boss wants to monitor every application running on a specific server using the Application Monitor displaying the app's current values, ave response time, availability, performance etc... and a

  • Downgrade your baseband 04.11.08 It is possible and how

    downgrade your baseband 04.11.08 It is possible and how

  • Bridge CS5 not previewing .NEF files

    Bridge is only showing the .NEF image and won't load a preview. I've updated to latest ACR and Bridge on my Mac to no avail. My camera is a Nikon D7000.

  • Workflow notification mailer not starting after APPS pwd change

    Workflow notification mailer not starting after APPS pwd change The error in the WFMAILER log is [appprod@nalinoes04 ABPROD_nalinoes04]$ cat WFMAILER1300061.txt wferr: - WFXXX_DB_CONNECT CODE=1017 CONNECT=APPS cpid=1300061, logfile=/abprod/comn/admin

  • Emacs crashes Xorg

    Hello. I have a unique problem that I have been hitherto unable to solve: Emacs crashes Xorg. These crashes don't always happen instantly -- in fact there doesn't appear to be any discernible pattern to them whatsoever. About 20% of the time, Xorg (a