Web App Builder for Android Error

hi,
I tried to update my Android Version to v30 but when i want to upload the App to the Google Playstore
i get the error that my Versioncode has to be greater then 11000000.
Any Idea for a Solution ?
sincerley Alex
Hochladen fehlgeschlagen
Ihre APK-Datei muss den Paketnamen air.at.xxxx.xxxx haben.
Der Versionscode Ihrer APK-Datei muss größer als 11000000 sein.

found my mistake !

Similar Messages

  • DPS App builder for Android Devices

    Hi! i make a new app for smartphone and i follow that link:
    http://helpx.adobe.com/digital-publishing-suite/help/building-android-apps.html
    i put every certificate and make all the steps with success!
    What do i do after that????
    I just have an app for tablet on Google play account..
    There are others steps to make to see the app on Smartphone playstore? because i can't see the app..
    Thank you  very much
    TKART staff

    The apps created by the web app builder run on both tablets and smartphones all the time. There's no "tablet-only" or "smartphone-only" version. If you upload this new .apk to Google Play instead of your current one it will replace the one there.
    Note that our native Android app only supports Android 4.0.3 and later. If your Smartphone is running an earlier version of Android then it won't show in the Google Play store listings when you search for it.
    Neil

  • Office Web Apps server for Lync DNS question

    We are going to deploy an Office Web Apps server for our Lync 2013 clients, available internally and externally. We do not have a split-horizon DNS so it is not possible for wac.foo.com to have a different IP for internal vs. external clients. What is the
    best setup for our scenario? It looks like we can only add one address in the Lync topology builder, so would it make sense to send everybody to the external wac.foo.com regardless of whether they are internal vs. external? Or is there a better option?
    Thanks,
    Matt

    It might be easiest to use pin-point DNS.  Create an internal zone called wac.foo.com with a blank A record that points to the internal IP address of the OWAS/WAC server.  This way, wac.foo.com will resolve to the correct
    internal address, but you're not setting up a split zone for the rest of foo.com.
    This trick can come in handy for publishing other items without recreating the entire zone, it's a nice one to keep in your back pocket.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications

  • GUI iPhone web app builder like iWeb

    Does anyone know if someone has built a GUI iPhone web app builder?
    I am very interested in building an iPhone site in conjunction with the development of my new site http://www.thecutsquad.com , my main interest in this is so that there is an optimized site for the iphone without having to load all of the rich media which I will be hosting.
    So if I could build an iPhone specific website like http://app.getleaflets.com/ where I can host content media optimized for iPhone viewing over EDGE and people who are browsing using the iSafari (is that what we are calling it these days?) are redirected automatically without having to type in a specific web address, although I do not mind having a sub-domain which hosts this.
    So, anyone know of anything, or is anyone interested in helping with the development of such an application?
    Also, what would I need, if no application exist like this, to start coding web 2.0 and Ajax? I am new to all of this web development stuff, but I learn extremely quick when I am pointed in the right direction.
    Thanks a ton,
    Gabe
    Message was edited by: Gabe 5 Editor

    a web building application that is similar to iWeb, except that it builds web 2.0 pages.
    I'm not sure that phrase has much concrete meaning. For the iPhone you often essentially try create the "javascript in a web page" equivalent of a desktop app. You get the javascript from libraries or compose it yourself with a text editor, and integrate it into the html created by any web editor.
    Here is an example I happen to be familiar with, a virtual keyboard for other languages, where you can examine the source (to get everything, download as a webarchive and folderize it).
    http://pointatme.com/keyboards/

  • GUI iPhone web app builder

    Does anyone know if someone has built a GUI iPhone web app builder?
    I am very interested in building an iPhone site in conjunction with the development of my new site http://www.thecutsquad.com , my main interest in this is so that there is an optimized site for the iphone without having to load all of the rich media which I will be hosting.
    So if I could build an iPhone specific website like http://app.getleaflets.com/ where I can host content media optimized for iPhone viewing over EDGE and people who are browsing using the iSafari (is that what we are calling it these days?) are redirected automatically without having to type in a specific web address, although I do not mind having a sub-domain which hosts this.
    So, anyone know of anything, or is anyone interested in helping with the development of such an application?
    Thanks a ton,
    Gabe

    Check out the messages, info pages and samples at:
    http://groups.google.com/group/iphonewebdev
    And a programmer's reference taken from info there into:
    http://www.kudit.com/wiki/index.php/Main_Page
    Hmmm... which seems to be down right now.

  • Installed FSCM 9.2 Demo w/ tools 8.53 on OEL 6, Oracle DB, Booted Web/App/Prcs ok, but error "Authorization Error -- Contact your Security AdministratorAuthorization" on page

    Installed FSCM 9.2 Demo w/ tools 8.53 on OEL 6, Oracle DB, Booted Web/App/Prcs ok, but error "Authorization Error -- Contact your Security Administrator" on page. Has anyone encounter this issue. I have done most of the usual troubleshooting already.

    Hi,
    Roles linked to users are stored table psroleuser.
    When I run following sql statement in my FSCM 9.2 demo env for user VP1, it returns 95 roles.
    select * from psroleuser where roleuser = 'VP1';
    And my environment is a ootb demo installation.
    Here is an export of my config that you can try to load in your env, but something has definitely gone wrong for your env.
    For a list of PeopleTools Security tables have a look at following blog
    PeopleTools Security - PeopleSoft Wiki
    REM INSERTING into psroleuser
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','ADS Designer','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','PTF Administrator','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','PTF Editor','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','PTF User','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Search Query Administrator','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','PeopleTools','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Catalog Partner','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','CC_ADMINISTRATOR','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','CC_USER_PO','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','CC_USER_REQ','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','CLAIMS_MGR','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','CLERK','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','XMLP Power User','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','VMI Manager','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','XMLP Report Developer','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','SP_EXPENSE_APPROVER','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','SP_INV_APPROVER','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','EOEN_USER','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','ePro Buyer','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','ePro Admin','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Search Administrator','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Search Developer','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Search Server','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','IT Asset Manager','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','ITEMLOAD_CONTACT','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','MANAGER','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','PAPP_USER','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','PBM User','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','PeopleSoft User','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','EMPLOYEE','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Employee North America','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Ent Utilities Administrator','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','EOPP_USER','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Event Buyer','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Event Seller','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Forecaster','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Grants Super User','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','EX_EMPLOYEE','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','MIN Adminstrator','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Connected Queries Developer','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','PeopleSoft Administrator','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Integration Administrator','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Supplier Contract Interested','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Supplier-Application Admin','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','UPG_ALLPNLS','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','UPG_APPSRVR','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','VICE PRESIDENT','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','System Administrator','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Treasurer','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','EOTF_ADMIN','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','ProcessSchedulerAdmin','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Project Owner','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Grants Workflow By Pass','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Inventory Policy Planner','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','CONSUMER','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','DEALING MANAGER','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','PivotGridAdmin','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','PTLT_IMPLEMENTER','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','PTLT_INTERNAL_APPS','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Translation Utilities','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','ADMINISTRATOR','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','AM_SS_ACCOUNTING_CLERK','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','PTLT_PROJECT_MGR','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','RE_ADMIN','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Security Administrator','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','SETTLEMENT_MGR','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','SP_ADMINISTRATOR','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','SP_APPROVER','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','SP_COORDINATOR','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','SP_EXECUTIVE','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','RE_SUPER','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','EOTL_Admin','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','SP_INVOICE_MANAGER','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','SP_PLOG_APPROVER','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','SP_PROVIDER','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','SP_PROVIDER_CONTACT','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','SP_REQUESTER','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','SP_TIME_APPROVER','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','SP_WO_APPROVER','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','SUPERVISOR','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Supplier Contrct Administrator','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Demand Planner','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Employee','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Plan Approver','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Portal Administrator','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','ReportSuperUser','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','AM_SS_MANAGER','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','App Developer','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','BAM Administrator','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','BANK MANAGER','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Budget Approver','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Call Center Agent','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Call Center Specialist','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Cash Manager','N');
    Insert into psroleuser (ROLEUSER,ROLENAME,DYNAMIC_SW) values ('VP1','Catalog Administrator','N');

  • Updating my .ipa in DPS App Builder for testing is not working

    Hi there,
    I've build my .ipa file in DPS App Builder for testing on my iPad before I publish it to the app store. No problem. I tested it and saw some modifications to make. I made the changes on my folio, updated it in the folio builder of indesign (on the cloud). Then I get back to DPS App Builder and rebuild an .ipa file from the "Manage" and "Modify" windows, it download and test my certifates, seems to work ok. Then I've created the new .ipa file (after erasing the old one on my desktop and iTunes) but when I synch it back on my iPad it's not updated. It's still the first version of my folio without the changes.
    I tried to create a new app from the beginning but the single edition serial number does not work anymore. So my only solution is to update my folio, right? But what is the right way to do it? Am I missing something? I didn't find any answer in the step by step guide about that.
    Or is it possible to delete completly the first version in DPS App Builder to recreate it without losing my single edition serial number as I didn't submit it to Apple yet?
    Do I have something to do in the Folio Producer?
    Thanks for your help.
    Julien.

    Single Edition Serial is one time use thus modification is not possible from your end directly in case you wish to use the same serial number. For such cases you need to contact DPS Support, who can get an approval on a serial number reset after reviewing the need.
    In this case, I'll take this offline with you in reference to forum post # http://forums.adobe.com/message/5597607.

  • App Wraper for Android and Intune SDK

    Hi Everybody, 
    as it seams, at the moment, you can only manage apps from the official Play Store and Apple Store that are "managed" (e.g. Word etc) by Intune. In addition you can wrap your custom app with the app wrapper, but this is only for iOS.
    Another possibility is the Intune SDK that was mentioned several times. So, are there dates available when the wrapper for Android and the Intune SDK will go public?
    Thanks,
    Emil

    First a quick side comment in response to 'as it seams, at the moment, you can only manage apps from the official Play Store and Apple Store that are "managed"':
    This is not "at the moment" at all. You can't simply (and magically) manage something not designed to be managed. That's the point of the app wrapper: to effectively inject/add code into/to the app to enable it to be managed.
    To my knowledge, there are no publically released dates for the app wrapper for Android but it is in the roadmap.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Hi,I have uploaded an app build for pre release  and its still under processing So i uploaded a new build but still the issues is not resolved.Please help...Thanks

    Hi,
    I have uploaded an app build for pre release  and its still under processing So i uploaded a new build but still the issues is not resolved.
    Please help...
    Thanks

    Hi smithin, 
    Thanks for visiting Apple Support Communities. 
    It sounds like you've submitted an iOS application to the App Store, which is being processed, but there's an unresolved issue.
    For additional help with this situation, Apple Developers can use the contact methods on this page:
    https://developer.apple.com/contact/
    All the best,
    Jeremy 

  • How to manage source for mobile app build by android studio,Git or team explorer?

    Hi,We use TFS 2013 for source control ,now we want to start mobile app using "android studio",
    How could control source of that project,How we can have features of "tfs source control" on that type of project such a mobile app that uses "android studio".
    I know we can integrate git or using command in team explorer but what is the differences and how to decide each one is better?
    thanks
    Thanks. Bahar Ghadami Web Developer And Technical expert

    Hi Bahar,
    As far as I know, you cannot have your code under source contorl of TFS when work on the mobile app that uses "Android studio". You cannot use Android Studio to connect to TFS hence it's unavailable for your requirement.
    If your use Ecliplse, you might integrate with Team Explorer Everywhere and connect to your on-premise TFS.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • App builder v27 Android sign

    Is there a known issue about signing an Android app with a .keystore key with App Builder v27?
    I've an app already published on Google play, this means I cannot change key at all in order to be able to upgrade it. It has been already signed (many times) with a .keystore certificate valid until year 2040 (double checked).
    Right now it always says "not a valid key" when I try to sign and download it.
    Also with a freshly generated .keystore (using keytool) it returns the same error. It works instead with an old .p12 certificate I already had.
    Could it be an incompatibility with the keytool version I used to generate the key or what?
    It is quite strange I cannot use anymore a still valid key.

    Hi guiott,
    I'm facing the same problem. By saying moving it to the root of the disk, can you specify the path?
    Hi Neil,
    Hope App Builder team can solve this problem ASAP, as we need to do the app submission for our client.
    Thanks..

  • Office web apps Server for Sharepoint 2013

    Hello,
    I used the following article to install office web apps server and hook it up to a test sharepoint server:
    http://technet.microsoft.com/en-us/library/jj219455(v=office.15).aspx. The OWAS service was verified as working by loading:
    https://owas.companyname.com/hosting/discovery
    For the sharepoint configuration phase, the following commands were run on the sharepoint machine:
    1) New-SPWOPIBinding -ServerName "owas.companyname.com"   -- (owas.companyname.com) is the host name of the owas server)
    2) Get-SPWOPIZone
    3) Set-SPWOPIZone -zone "external-https"
    However, office documents are still launching in the desktop office applications, not in the browser. Any ideas of what else I may need to do?
    thanks,
    Sherazad

    Hi  ,
    According to your description, my understanding is that you fail to configure Office Web Apps for your SharePoint 2013.
    How about run Get-SPWOPIZone? If you can get a result, it says that your  SharePoint  have connected with Office Web Apps.
    Then you can run below command to  change the zone to internal-https.
    Set-SPWOPIZone -zone "internal-https"
    Reference:
    http://technet.microsoft.com/en-us/library/ff431687(v=office.15).aspx 
    http://stevegoodyear.wordpress.com/sharepoint-2013-build-guide/office-web-apps-2013-server-install-and-configuration/
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Eric Tao
    TechNet Community Support

  • Office Web App Prompting For Credentials Externally Only

    We deployed an office web app server and it works great internally, but whenever we try to access documents externally, we are prompted for credentials.  Even if we put our credentials in, we always get a 401 forbidden error.  Also note that
    we can access the hosting/discovery page fine internally, but not externally.  Any help is appreciated.

    Hi,
    According to your description, I think this issue is more related to SharePoint, I suggest that you could post it to
    SharePoint forum.
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Signing Viewer Builder for Android

    I have been trying to publish my first app to the Android Market using the DPS Pro Edition & I'm having trouble creating certificates to sign my app in DPS Viewer Builder (version 2.1.130)
    Every time I click on the .apk package to download it from Viewer Builder I get an error pointing to something being wrong with the certificate I have created. The error I get is: Viewer Builder Error: Signed output file could not be created- certificates may be invalid. It does dowload a file called unsigned-viewer.zip I presume I can't do anything with this without it being signed.
    I've read and followed all that is mentiond in http://developer.android.com/tools/publishing/app-signing.html to create the certificate.
    I have tried creating the certificate using Flash and Terminal from my mac running OS 10.7.4
    My folios were built using Viewer Version v22
    Any help would be very much appreciated.
    Cheer
    Simon

    What version of Viewer Builder are you using? If it's 2.1.x and not 2.2, move Viewer Builder from the Applications folder to the trash and download the most up-to-date version from the Dashboard. Then try again.

  • Phonegap integration. Building for Android device

    hey all,
    i'm trying to build an apk file for android device.
    Easy with Dreamweaver yes.
    Difficulty comes when you try to add some specific functionality : for instance you may want to post some stuff on the user 's facebook wall.
    PhoneGap provides a plugin for that : https://github.com/davejohnson/phonegap-plugin-facebook-connect
    But this plugin needs some addional stuff from the android SDK. It needs some java classes, namely the facebook android sdk : https://github.com/facebook/facebook-android-sdk
    Has anybody any hint on how we could include that stuff in dreamweaver installation?
    In my opinion we need to rebuild android.jar (not tried yet) but there may be another solution to tweak Dreamweaver. Or has anybody another solution to post on facebook/twitter from a native apk coming from a jquery/phonegap project under Dreamweaver?
    thanks in advance for reactions/advices/...
    Loic

    I did that on a mac :-)
    however it was a standard eclipse project. I had to include the correct JARS (facebook+phonegap) in the library path and everything was fine quite easily. I mean there was no additional SDK to install due to OSX.
    What I remember too is this: there is no facebook app installed on the emulator. It means when you run your app on it and try to connect to facebook through phonegap, the browser will open and ask for authentication. On your device, if the FB app is installed a nice popup will open and ask for authentication and authorization (or just confirmation if you are already authenticated).
    in conclusion there's no need to buy a mac for that. Be sure to check phonegap forum and post your problem. Phonegap releases have evolved a lot and they are quite responsive.
    Loic

Maybe you are looking for

  • Graph wizard does not work from report builder

    Hi, I am again an agian posting the same question because still i am unable to run a graph wizard from my reports builder. When i run this i get a program error "rwbld60.exe has generated an error ...." This shuts down the entire report builder and i

  • Urgent: Installing SolMan 4.0 Non-Unicode - Kernel DVD trouble

    Hi all, I have a problem here with the Kernel DVD's.. I am installing SolMan 4.0 non-unicode on Solaris 10/Oracle 10. When I am asked to provide a path to "Kernel NW04sSR1" media, I provide the path to media number 51032262 (SAP NW2004S SR2) which is

  • File Size - Photoshop With LR or Bridge

    When I open files from LR (Ctrl-E) in Photoshop, LR immediately creates a .tiff file approximately 5 times the size of the original DNG. Then it quadruples in size again when it is converted into a Smart Object. Here is what I did: From LR Ctrl-E (Pr

  • How do I manage the sidebar?

    When I'm in System Preferences>Desktop and Screen Saver, I want to remove some folders/files that are in the sidebar but I'm not sure where they're located and how to remove them. I only want my screen saver files to appear but what shows is: Compute

  • Full list of schemas not exported / imported when FULL=Y

    Hi Guys, Verison: 10.2.0.5 Can advise on the full list of schemas not exported / imported when FULL=Y? thanks!