Debugging Android webview

Can you guys turn debugging Android webview? For now, it is quite difficult to develop a customized Android library...

Is it possible to do like this:

Remote debugging on Android with Chrome - Google Chrome

?

Well Yes, we turned on and will be delivered with our next release, due, I think that the second week of July.

Neil

Tags: Digital Publishing Suite

Similar Questions

  • Is not Android Webview support cache manifest?

    Hello

    I work on a project in HTML5 and I need cache some files (static) with manifest file.

    I create a html and show the structure of base, then I used the w3c for html validator and obvious to find some erros, well, any erros appear, perfect. Secondly, I try it work on IOS and it's perfectly , as I turn on the access to the internet and all downloaded, I turn off and everything has been loaded . Well, now my problem is why android webview does not? Because when I disable all files in the android was load .

    I'm really grateful for the help.

    I confirmed with the team that we do not support this on Android.

    Neil

  • No noise in android webview

    Hello

    I made an animation of html5 and sounds, of animatecc.

    And it works well, sounds good in my office.

    But when I put the files in webview android, he rotate animation but no sound plays...

    Any way to solve this problem?

    There are some exceptions, but in most cases with HTML5 on mobile, you need to start sound with an action of the user. Try adding a button "play" at the beginning of the animation and only play the animation when the user hits the button.

  • Debugging on Android device

    I currently have an android app that works when you use the desktop tools and browser. On the page, there is a XMLHttpRequest to a remote server in the script tags that uses the responseText to fill in a div on the page. However, when I build this and download the apk on my device, it seems static content on the page will load very well - but I guess that something goes wrong with the call to the server, but no error is thrown - just nothing happens. What would be the best way to debug this on my device?

    Any device Android 4.0 (ICS) running and later currently Chrome debugging, and you can use Google Chrome to fix for versions of Cordova applications for debugging debug.  This should allow you to see if the XHRs will actually anywhere.  This example uses the USB connection between your phone and the PC, and you can't mess with the network settings.

    Documentation on this can be found on the site of Google Chrome:

    Remote Debugging Android devices | Web - Developer tools from Google

  • ADF Mobile: Error when accessing the app from the Android emulator

    I am trying to build a mobile app ADF with JDeveloper (11.1.2.4.0) and its extension ADF Mobile Framework (11.1.2.4.39.64.69). The version of the Android API is 23 and the SDK build tools and platform version 20.

    I built the app and the deployment of the android emulator has been a success, but when I try to access the application on the emulator, it throws an error indicating that the application has stopped working.

    When I check logcat he showed the exception stack trace below that throws an UnsupportedOperationException

    Any help would be really appreciated.

    I/ActivityManager( 1240): Start proc com.company.OracleMobile for activity com.company.OracleMobile/oracle.adfmf.Container: pid=1782 uid=10019 gids={50019, 1028, 1015, 3003}
    D/WearableConn( 1443): Connecting via TCP to /10.0.2.2:5601
    W/System.err( 1782): No properties file. Taking properties from ClassLoader resources
    D/dalvikvm( 1782): GC_CONCURRENT freed 152K, 12% free 2199K/2476K, paused 9ms+9ms, total 50ms
    D/dalvikvm( 1782): GC_CONCURRENT freed 119K, 10% free 2491K/2740K, paused 13ms+10ms, total 44ms
    W/System.err( 1782): Opening "logging.properties" also failed
    W/System.err( 1782): java.io.IOException: BufferedInputStream is closed
    D/dalvikvm( 1782): GC_FOR_ALLOC freed 168K, 12% free 2542K/2884K, paused 14ms, total 15ms
    I/dalvikvm-heap( 1782): Grow heap (frag case) to 4.062MB for 1536012-byte allocation
    D/dalvikvm( 1782): GC_CONCURRENT freed <1K, 8% free 4041K/4388K, paused 9ms+1ms, total 32ms
    E/WebViewFactory( 1782): Chromium WebView does not exist
    E/WebViewFactory( 1782): Chromium WebView does not exist
    D/gralloc_goldfish( 1782): Emulator without GPU emulation detected.
    I/ActivityManager( 1240): Displayed com.company.OracleMobile/oracle.adfmf.Container: +1s55ms
    I/Choreographer( 1240): Skipped 33 frames!  The application may be doing too much work on its main thread.
    D/dalvikvm( 1782): GC_CONCURRENT freed 189K, 7% free 4453K/4768K, paused 17ms+17ms, total 90ms
    I/Choreographer( 1240): Skipped 96 frames!  The application may be doing too much work on its main thread.
    I/Choreographer( 1240): Skipped 122 frames!  The application may be doing too much work on its main thread.
    I/Choreographer( 1240): Skipped 202 frames!  The application may be doing too much work on its main thread.
    D/dalvikvm( 1782): GC_FOR_ALLOC freed 376K, 10% free 4746K/5268K, paused 15ms, total 16ms
    D/dalvikvm( 1782): GC_FOR_ALLOC freed 495K, 14% free 4944K/5724K, paused 14ms, total 15ms
    D/dalvikvm( 1782): GC_CONCURRENT freed 507K, 11% free 5335K/5964K, paused 16ms+16ms, total 58ms
    D/dalvikvm( 1782): GC_CONCURRENT freed 287K, 7% free 6075K/6484K, paused 18ms+11ms, total 61ms
    D/dalvikvm( 1782): GC_CONCURRENT freed 596K, 10% free 6755K/7472K, paused 17ms+9ms, total 61ms
    W/dalvikvm( 1782): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Lcom/oracle/cvm/channel/VM;
    W/System.err( 1782): java.lang.reflect.InvocationTargetException
    W/System.err( 1782):  at java.lang.reflect.Constructor.constructNative(Native Method)
    W/System.err( 1782):  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    W/System.err( 1782):  at oracle.adfmf.framework.FeatureContextManagerFactory.createFeatureContextManager(FeatureContextManagerFactory.java:37)
    W/System.err( 1782):  at oracle.adfmf.framework.FeatureContextManagerFactory.getInstance(FeatureContextManagerFactory.java:72)
    W/System.err( 1782):  at oracle.adfmf.Application.initializeFeatureContextManager(Application.java:328)
    W/System.err( 1782):  at oracle.adfmf.Application.initApplication(Application.java:298)
    W/System.err( 1782):  at oracle.adfmf.Container$LayoutLoader.resumeApplicationLoad(Container.java:865)
    W/System.err( 1782):  at oracle.adfmf.Container$LayoutLoader.run(Container.java:786)
    W/System.err( 1782):  at android.os.Handler.handleCallback(Handler.java:733)
    W/System.err( 1782):  at android.os.Handler.dispatchMessage(Handler.java:95)
    W/System.err( 1782):  at android.os.Looper.loop(Looper.java:136)
    W/System.err( 1782):  at android.app.ActivityThread.main(ActivityThread.java:5026)
    W/System.err( 1782):  at java.lang.reflect.Method.invokeNative(Native Method)
    W/System.err( 1782):  at java.lang.reflect.Method.invoke(Method.java:515)
    W/System.err( 1782):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:777)
    W/System.err( 1782):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
    W/System.err( 1782):  at dalvik.system.NativeStart.main(Native Method)
    W/System.err( 1782): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load cvm from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.company.OracleMobile-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.company.OracleMobile-1, /system/lib]]]: findLibrary returned null
    W/System.err( 1782):  at java.lang.Runtime.loadLibrary(Runtime.java:358)
    W/System.err( 1782):  at java.lang.System.loadLibrary(System.java:588)
    W/System.err( 1782):  at com.oracle.cvm.channel.VM.<clinit>(Unknown Source)
    W/System.err( 1782):  at oracle.adfmf.JavaStarter.startJVMWithFeatureClasspaths(JavaStarter.java:351)
    W/System.err( 1782):  at oracle.adfmf.JavaStarter.startJava(JavaStarter.java:65)
    W/System.err( 1782):  at oracle.adfmf.framework.NativeFeatureContextManager.<init>(NativeFeatureContextManager.java:113)
    W/System.err( 1782):  ... 17 more
    D/dalvikvm( 1782): GC_CONCURRENT freed 1574K, 21% free 6714K/8416K, paused 15ms+18ms, total 81ms
    W/ActivityManager( 1240): Bad activity token: android.os.BinderProxy@b22d6f30
    W/ActivityManager( 1240): java.lang.ClassCastException: android.os.BinderProxy cannot be cast to com.android.server.am.ActivityRecord$Token
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.forToken(ActivityRecord.java:338)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.isInStackLocked(ActivityRecord.java:1031)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.getStackLocked(ActivityRecord.java:1039)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityManagerService.getEnclosingActivityContainer(ActivityManagerService.java:7101)
    W/ActivityManager( 1240):  at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:2026)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2023)
    W/ActivityManager( 1240):  at android.os.Binder.execTransact(Binder.java:404)
    W/ActivityManager( 1240):  at dalvik.system.NativeStart.run(Native Method)
    W/ActivityManager( 1240): Bad activity token: android.os.BinderProxy@b22f2490
    W/ActivityManager( 1240): java.lang.ClassCastException: android.os.BinderProxy cannot be cast to com.android.server.am.ActivityRecord$Token
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.forToken(ActivityRecord.java:338)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.isInStackLocked(ActivityRecord.java:1031)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.getStackLocked(ActivityRecord.java:1039)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityManagerService.getEnclosingActivityContainer(ActivityManagerService.java:7101)
    W/ActivityManager( 1240):  at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:2026)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2023)
    W/ActivityManager( 1240):  at android.os.Binder.execTransact(Binder.java:404)
    W/ActivityManager( 1240):  at dalvik.system.NativeStart.run(Native Method)
    D/AndroidRuntime( 1782): Shutting down VM
    W/dalvikvm( 1782): threadid=1: thread exiting with uncaught exception (group=0xb1d31ce8)
    E/AndroidRuntime( 1782): FATAL EXCEPTION: main
    E/AndroidRuntime( 1782): Process: com.company.OracleMobile, PID: 1782
    E/AndroidRuntime( 1782): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.company.OracleMobile/oracle.adfmf.LocalHTMLActivity}: java.lang.UnsupportedOperationException
    E/AndroidRuntime( 1782):  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2197)
    E/AndroidRuntime( 1782):  at android.app.ActivityThread.startActivityNow(ActivityThread.java:2037)
    E/AndroidRuntime( 1782):  at android.app.LocalActivityManager.moveToState(LocalActivityManager.java:135)
    E/AndroidRuntime( 1782):  at android.app.LocalActivityManager.startActivity(LocalActivityManager.java:347)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container.activateHiddenBackgroundFeature(Container.java:2128)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container.activateAdfApplication(Container.java:1277)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container.activateAdfApplication(Container.java:1263)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container$LayoutLoader.resumeApplicationLoad(Container.java:867)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container$LayoutLoader.run(Container.java:786)
    E/AndroidRuntime( 1782):  at android.os.Handler.handleCallback(Handler.java:733)
    E/AndroidRuntime( 1782):  at android.os.Handler.dispatchMessage(Handler.java:95)
    E/AndroidRuntime( 1782):  at android.os.Looper.loop(Looper.java:136)
    E/AndroidRuntime( 1782):  at android.app.ActivityThread.main(ActivityThread.java:5026)
    E/AndroidRuntime( 1782):  at java.lang.reflect.Method.invokeNative(Native Method)
    E/AndroidRuntime( 1782):  at java.lang.reflect.Method.invoke(Method.java:515)
    E/AndroidRuntime( 1782):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:777)
    E/AndroidRuntime( 1782):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
    E/AndroidRuntime( 1782):  at dalvik.system.NativeStart.main(Native Method)
    E/AndroidRuntime( 1782): Caused by: java.lang.UnsupportedOperationException
    E/AndroidRuntime( 1782):  at com.android.webview.nullwebview.NullWebViewFactoryProvider.createWebView(NullWebViewFactoryProvider.java:41)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.ensureProviderCreated(WebView.java:2058)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.setOverScrollMode(WebView.java:2116)
    E/AndroidRuntime( 1782):  at android.view.View.<init>(View.java:3461)
    E/AndroidRuntime( 1782):  at android.view.View.<init>(View.java:3517)
    E/AndroidRuntime( 1782):  at android.view.ViewGroup.<init>(ViewGroup.java:470)
    E/AndroidRuntime( 1782):  at android.widget.AbsoluteLayout.<init>(AbsoluteLayout.java:52)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:498)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:475)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:455)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:444)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:434)
    E/AndroidRuntime( 1782):  at org.apache.cordova.CordovaWebView.<init>(CordovaWebView.java:118)
    E/AndroidRuntime( 1782):  at oracle.adfmf.phonegap.PhoneGapAdapterWebView.<init>(PhoneGapAdapterWebView.java:30)
    E/AndroidRuntime( 1782):  at oracle.adfmf.phonegap.AdfPhoneGapActivity.createWebView(AdfPhoneGapActivity.java:523)
    E/AndroidRuntime( 1782):  at oracle.adfmf.phonegap.AdfPhoneGapActivity.init(AdfPhoneGapActivity.java:506)
    E/AndroidRuntime( 1782):  at oracle.adfmf.phonegap.AdfPhoneGapActivity.onCreate(AdfPhoneGapActivity.java:442)
    E/AndroidRuntime( 1782):  at android.app.Activity.performCreate(Activity.java:5242)
    E/AndroidRuntime( 1782):  at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
    E/AndroidRuntime( 1782):  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2161)
    E/AndroidRuntime( 1782):  ... 17 more
    W/ActivityManager( 1240):   Force finishing activity com.company.OracleMobile/oracle.adfmf.Container
    D/gralloc (  926): Registering a buffer in the process that created it. This may cause memory ordering problems.
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/SurfaceFlinger(  926): glCheckFramebufferStatusOES error -286649159
    E/SurfaceFlinger(  926): got GL_FRAMEBUFFER_COMPLETE_OES error while taking screenshot
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/libEGL  (  926): called unimplemented OpenGL ES API
    W/WindowManager( 1240): Screenshot failure taking screenshot for (164x246) to layer 21005
    I/Choreographer( 1240): Skipped 30 frames!  The application may be doing too much work on its main thread.
    W/ActivityManager( 1240): Activity pause timeout for ActivityRecord{b25294d8 u0 com.company.OracleMobile/oracle.adfmf.Container t7 f}
    I/Choreographer( 1240): Skipped 386 frames!  The application may be doing too much work on its main thread.
    I/Choreographer( 1240): Skipped 418 frames!  The application may be doing too much work on its main thread.
    I/Choreographer( 1240): Skipped 442 frames!  The application may be doing too much work on its main thread.
    D/rpctransport( 1443): sendRpc: failed: 46
    

    Hi SayantanSinha,

    If you look under API supported levels, the maximum is 19 API.  I can't speak for the ADF 11.1.2 but the lines of code in the (more recent) MAF, who have a similar support matrix, we have noted problems with the API 20.

    You can download older versions of the API of the Manager of Android SDK tool.  Remember to update your EPCO or JDev SDK configuration with the version that you want to use once it is installed.

    Oracle JDeveloper 11g Release 2 (11.1.2) Certification

  • [FlashBuilder Burrito] Export Android: what (*.p12) certificate and the password?

    I have tried to export an Android app in Flash Builder Burrito.

    For this I must fill in the fields of digital signature:

    certificate and password.

    I thought this would be my Android keystore and password

    and tried. -> result: "wrong password for this certificate.

    The preset for the field of the certificate must seek *.p12; *.pfx file.

    So I searched p12 files and found the file debug-certificate - android.p12

    installation path to a subdirectory of flash builder.

    I think it must be the certificate to enter the field of the certificate.

    But what password?

    I think I can generate the password for the certificate debugging - android.p12

    with three files: Android keystore password for the keystore Android and

    Debug-certificate - android.p12.

    But I don't know how.

    Can someone there explain please?

    When you export the project, you will get the window where you must choose a certificate, but in the same window, you can also generate a self signed certificate, this is the one you need. Create a new certificate with a new password and use that for the deployment, keep in mind that a self-signed certificate is not the same as a certificate that you purchase from a company.

  • Smartphone does not recognize C50 - A satellite - 1 6

    My Toshiba C50 - A - 1-6 has a problem of recognition of my smartphone.

    I connect my smartphone to your laptop using the USB cable and I have here the noise that it is connected to.
    But in the screen of Windows is not my camera.

    When I go in the folder system to check the devices it shows my phone... but I need to be there in the windows folder so I can transfer files via the usb port.

    Help, please... Thank you

    What system uses the smartphone?
    Is Android system?

    In the case of Android system you should check the settings of Android and should enable USB debugging option.

    The option could be found somewhere in the settings-> developer Options-> debugging Android

  • AT200 ADB - why are developers locked?

    I am very happy with my Tablet AT200-101, but there is one thing the guys really me: the ADB support missing.
    (ADB: Android development bridge, used to deploy and debug Android-Apps)

    He did develop a real pain l.i.r on this device.
    The support of the Asian Development Bank is not really off, somehow, it is possible to bypass the USB connection with linux and deliver it via WiFi, but even my cheap Zenithink Tablet offers ADB drivers.

    So why doesn't Toshiba bother to do?
    Missing skills? Should I ask Quanta (who makes them)?

    Hello

    The AT200 is a Tegra based Android tablet. I found a cool trick on this page how do I activate the drivers USB ADB for Nvidia Tegra based Android tablets
    http://www.AddictiveTips.com/mobile/enable-ADB-USB-drivers-for-NVIDIA-Tegra-based-Android-tablets/

  • Tab 2 A10 70L - should I upgrade?

    Hi guys, I have a question to ask. Will I pass my tab 2-10-70 L lollipop 5.0? I got the update. I'm worried because everyone has problems with it. Any thoughts?

    Mod edit: System model added to the front of the subject line to improve visibility / clarity.

    It is no problem to operate, it has literally worked out of the box for me (my tablet was preinstalled Lollipop).

    Just to be clear: Haho asks on the A10 - 70L (LTE) 2. I do not have this tablet, but I have almost identical 2 tab A10 - 70F, the WiFi-only 'model sister.

    Of course, there are some things in Lollipop which are not large, as the percentage of battery missing display in the upper right corner (the percentage is still displayed in the quick settings pane). But things like this can often be changed with root + Xposed + GravityBox, I would use anyway, no matter if the Android 4 or 5.

    Google Earth will never block on my phone with 4.4.2 either, but it certainly plant on this tablet with 4.4.4. I've seen other people mention here in this forum, but it was drowned out by complaints of Lollipop.

    Could be a problem with Google Earth, or possibly a problem with 3D Kitkat pilots that could affect other applications such as 3D games...

    • As I said, the lollipop is faster, at least in the benchmarks (everything is not perfect, however, the scores of Java memory read/write took a dive).
    • Lollipop has less unfixed security vulnerabilities.
    • Also note how the Kitkat screenshot at the top, the two buttons below "resources:" are invisible (black on black) - a side effect of Lenovo messing around with the theming Android to Kitkat (change the decorations by default black to white, etc..). This happens with several applications; not often, but it is a problem. Lenovo did not try to personalize Lollipop that way, which is a plus.
    • Similarly, the component that many apps Android webview uses to display content (content and local content real web) Gets Play Store updated with Lollipop. Not the same with Kitkat. Given that the code of the web browser is known to have security flaws, it's also a plus for the pacifier.
    • Brings us also by the way some applications aren't available for lollipop and upwards, for Kitkat. Rare so far, but it is worth noting.
    • These tablets (A10 - 70F and the A10 - 70 L) are running a background called AALservice. It screws with the brightness of the backlight, which I find unacceptable. In Lollipop, LDA also has a significant performance impact. It's a negative fact, of course, but at least it is very easy to not disable, no root required, just some know-how. Making a positive. In Kitkat however, AAL does not appear to be (good) performance issues, but the boring auto brightness changes exist as well, and you can't disable them (very bad). If you have root or a custom, recovery you pouvez disable AAL on Kitkat too, but only because I created a patch for it.

  • WIN8 sees no google nexus7 as a storage device external usb

    Original title: cannot connect nexus7 win8

    W8 is no google nexus7 as a storage device external usb and I'm not able to debug Android applications

    Thank you Jeremy and eddieb,.

    I found the solution for my case:

    0. I got this annoyance after update-> w8pro w7pro

    1. I connect nexus7 to my pc
    2. I open Device Manager
    3. find and expand 'Android device"entry in the list
    4. right click on the Android Composite ADB interface"a sub-item
    5. Select "update driver software" from the popup menu
    6. Select 'Browse my computer for driver software ".
    7. Select "Let me pick from a list of devices...."
    8. two options appeared: "ADB Interface" and something like "mass storage device", I select the last one, because I just want to load some files on tablet. Unexpectedly, that solved my problem completely.
  • Android StageWebView debugging does not work

    Does anyone use this feature? He works?

    SDK: AIR 21 SDK & compile for Macintosh: 21.0.0.176 SDK & compiler download

    Descriptor of the App:

    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/21.0">
    ...
    <android>
      <webContentsDebuggingEnabled>true</webContentsDebuggingEnabled>
    ...
    

    USB debugging:

    android_usb.png

    StageWebView AS3:

    ...
    if (StageWebView.isSupported) {
       webView = new StageWebView(true); // false - also StageWebView debugging isn't working
       webView.stage = this.stage;
       webView.viewPort = new Rectangle(0, 0, stage.stageWidth, stage.stageHeight);
       webView.loadURL(url);
    }
    ...
    

    App with StageWebView open, but is not inspected WebView.

    chrome_devices.png

    Hello

    We have examined this issue at our end, and Android StageWebView debugging works very well. Please see photos below for your reference:

    We have examined this question to the 48 version 5.0 Android and chrome with AIR SDK 21.0.0176.

    Could you please let us know what version of Android and chrome work currently on. It should be 4.4 + for Android and chrome version should be 45 years and more, please update that your versions if they are lower than specified and then try.

    Please let us know if you still have problems with the updated versions.

    Thank you

    Adobe AIR Team

  • How to debug an application on BB10 with Studio Android android?

    I installed the plugin android studio and began the proxy of the ADB and have connected the BB10.

    When you run or debug the application in android studio it comes up with the device selection screen.

    How actually debug you the application on the device BB10?

    Edit: I use Windows, Andriod 1.5.1 Java 8 Studios.

    I read that the plugin does not support Java 8.

    Thank you

    There have been changes in Android Studio broke this feature.  We are currently working on an update of our tools to solve this problem.

  • Android update kiosk and Webviewer

    Hello! We are an Italian Publishing House: we use CS6 DPS.

    I have two questions...

    -When Adobe updates Android booth as Adobe has done to the Apple booth (I mean with larger icons, cloud, icon, etc...).

    -I would also like to know when it's ready the Webviewer to read magazines on the web (not just in Facebook).

    Thank you very much!

    Kind regards

    Ronnie

    The Active Viewer Android will not be updated for the new library looking at Apple. We are working on a new Viewer Android that integrates a host of improvements, but that won't be available until later this year.

    Web viewer supports reading magazines already on the web, there is no need to have sharing enabled to use the web viewer.

    Neil

  • 5.5 Flash Android Debug does not

    Just purchased Droid support. Try to use it with Flash 5.5 on Windows 7 to debug an application.

    • Computer recognizes the USB to the phone connection (so I can transfer files...) - (Menu, settings, settings, storage USB enabled)
    • I have USB function (Menu/Settings/Applications/Development) on the phone active debugging
    • I have some feature of unknown Sources (Menu/Settings/Applications) on the active phone

    When I publish to Flash 5.5 I get the following message:

    Unable to find an Android device to connect to. Please ensure that you have the phone connected.

    the correct drivers installed and the phone device has USB debugging enabled.

    What Miss me? Do I need to install the driver on the phone? If Yes, which one and where?

    Thanks in advance.

    Jim

    You have AIR runtime to run. Some models have a pre-defined and some must be downloaded from the market place. Let him give it a try. And also try with a different usb port.

    http://androidforums.com/I7500-all-things-root/80440-using-ASB-device-not-found.html

  • WebView weird display problem (of colored rectangles) - Debug Mode

    Hello

    I had a problem with a JavaFX Webview.

    Everything loads fine, but each element in the DOM of the page (including the body) is overlaid with a rectangle of color random when hovered.

    After a few seconds the entire page is makes it unreadable and only a weird mix of colors.

    It works without problem in the whole of JavaFX example, so I think that it is not a problem of javafx, but I am doing something wrong somewhere else in my application.

    The initialization code is the same as in the example:

    webview = new WebView();
    previewStage.getChildren().add(webview);
    
    final WebEngine webEngine = webview.getEngine();
    webEngine.load("http://www.google.de");
    
    

    Thought it might be a problem of style sheet, but I removed all the style sheets and it looks always the same.

    I have attached some pictures of what it looks like.

    http://www.tinyuploads.com/images/31lf1b.PNG

    http://www.tinyuploads.com/images/UxK8wZ.PNG

    I appreciate all help.

    Thank you!

    It is https://javafx-jira.kenai.com/browse/RT-23846. Please make sure that you do not enable fine for the com.sun.javafx.webkit.prism.WCGraphicsPrismContext class.

Maybe you are looking for