[jira] [Commented] (CB-13497) Ionic Cordova Android build broken after gradle dependencies update: Execution failed for task ‘:processDebugResources’. > com.android.ide.common.process.ProcessException

2017-10-30 Thread Michael Dudek (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16224447#comment-16224447
 ] 

Michael Dudek commented on CB-13497:


FYI: I finally found solution for this issue in my project. Just check all your 
plugins for referencing of 'com.android.support:support-v4'. Setup all usages 
to 'com.android.support:support-v4:23+'.

> Ionic Cordova Android build broken after gradle dependencies update: 
> Execution failed for task ‘:processDebugResources’. > 
> com.android.ide.common.process.ProcessException: Failed to execute aapt
> --
>
> Key: CB-13497
> URL: https://issues.apache.org/jira/browse/CB-13497
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
> Environment: Ionic Cordova Android
> Markopc:Passarola - Android masamocevic$ ionic info
> cli packages: (/Users/masamocevic/Desktop/Passarola - Android/node_modules)
> @ionic/cli-utils  : 1.15.1
> ionic (Ionic CLI) : 3.15.1
> global packages:
> cordova (Cordova CLI) : 7.1.0 
> local packages:
> @ionic/app-scripts : 1.3.7
> Cordova Platforms  : android 6.2.3 ios 4.4.0
> Ionic Framework: ionic-angular 3.2.1
> System:
> Android SDK Tools : 26.1.1
> ios-deploy: 1.9.2 
> Node  : v6.11.2
> npm   : 5.3.0 
> OS: macOS Sierra
> Xcode : Xcode 8.3.3 Build version 8E3004b 
> Environment Variables:
> ANDROID_HOME : /Users/masamocevic/Library/Android/sdk
> Misc:
> backend : legacy
> Markopc:Passarola - Android masamocevic$ 
>Reporter: Boris Isaic
>Assignee: Joe Bowser
>
> Hi, I recently ran the command “ionic cordova run android” and gradle tried 
> to download some dependecies:
> {code}
> Incremental java compilation is an incubating feature.
> Download 
> https://maven.google.com/com/android/support/support-v4/27.0.0/support-v4-27.0.0.pom
> Download 
> https://maven.google.com/com/android/support/customtabs/27.0.0/customtabs-27.0.0.pom
> Download 
> https://maven.google.com/com/android/support/support-compat/27.0.0/support-compat-27.0.0.pom
> Download 
> https://maven.google.com/com/android/support/support-media-compat/27.0.0/support-media-compat-27.0.0.pom
> Download 
> https://maven.google.com/com/android/support/support-core-utils/27.0.0/support-core-utils-27.0.0.pom
> Download 
> https://maven.google.com/com/android/support/support-core-ui/27.0.0/support-core-ui-27.0.0.pom
> Download 
> https://maven.google.com/com/android/support/support-fragment/27.0.0/support-fragment-27.0.0.pom
> Download 
> https://maven.google.com/com/android/support/support-annotations/27.0.0/support-annotations-27.0.0.pom
> Download 
> https://maven.google.com/com/android/support/support-annotations/27.0.0/support-annotations-27.0.0.jar
> Download 
> https://maven.google.com/com/android/support/support-compat/27.0.0/support-compat-27.0.0.aar
> Download 
> https://maven.google.com/com/android/support/support-media-compat/27.0.0/support-media-compat-27.0.0.aar
> Download 
> https://maven.google.com/com/android/support/support-core-utils/27.0.0/support-core-utils-27.0.0.aar
> Download 
> https://maven.google.com/com/android/support/support-core-ui/27.0.0/support-core-ui-27.0.0.aar
> Download 
> https://maven.google.com/com/android/support/support-fragment/27.0.0/support-fragment-27.0.0.aar
> Download 
> https://maven.google.com/com/android/support/support-v4/27.0.0/support-v4-27.0.0.aar
> Download 
> https://maven.google.com/com/android/support/customtabs/27.0.0/customtabs-27.0.0.aar
> {code}
> After that, at the end the build fails with this message:
> {code}
> ERROR: In  FontFamilyFont, unable to find attribute 
> android:font
> ERROR: In  FontFamilyFont, unable to find attribute 
> android:fontStyle
> ERROR: In  FontFamilyFont, unable to find attribute 
> android:fontWeight
> FAILURE: Build failed with an exception.
> * What went wrong:
> Execution failed for task ':processDebugResources'.
> > com.android.ide.common.process.ProcessException: Failed to execute aapt
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or 
> --debug option to get more log output.
> [ERROR] An error occurred while running cordova run android (exit code 1).
> {code}
> I open an issue on ionicframework - but after the troubleshooting they told 
> me that this is cordova problem.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11522) Do not clone the detail object on activation context

2016-09-13 Thread Michael Dudek (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15487315#comment-15487315
 ] 

Michael Dudek commented on CB-11522:


I'm using latest cordova-windows 4.4.2. The device is Nokia Lumia 1520 with 
latest Windows Phone 8.1.

> Do not clone the detail object on activation context
> 
>
> Key: CB-11522
> URL: https://issues.apache.org/jira/browse/CB-11522
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Windows
>Reporter: Daniel Toplak
>Assignee: Sergey Shakhnazarov
>Priority: Blocker
>  Labels: reproduced, triaged, windows
>
> In some circumstances, cloning the detail object of the activation context 
> will fail. Esp. when launching the app via ActivationKind.file.
> The cloning of the detail object was introduced in 
> https://issues.apache.org/jira/browse/CB-10653
> See: https://github.com/apache/cordova-windows/pull/173#issuecomment-227366714



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11522) Do not clone the detail object on activation context

2016-09-06 Thread Michael Dudek (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15469653#comment-15469653
 ] 

Michael Dudek commented on CB-11522:


Unfortunately this fix is not working for Windows.Foundation.Uri type (when app 
is activated by url). "No such interface supported" exception is thrown when 
cloning property "absoluteCanonicalUri".

> Do not clone the detail object on activation context
> 
>
> Key: CB-11522
> URL: https://issues.apache.org/jira/browse/CB-11522
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Windows
>Reporter: Daniel Toplak
>Assignee: Sergey Shakhnazarov
>Priority: Blocker
>  Labels: reproduced, triaged, windows
>
> In some circumstances, cloning the detail object of the activation context 
> will fail. Esp. when launching the app via ActivationKind.file.
> The cloning of the detail object was introduced in 
> https://issues.apache.org/jira/browse/CB-10653
> See: https://github.com/apache/cordova-windows/pull/173#issuecomment-227366714



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-1574) On Android 4.1 events are only sent on every second menu button press

2014-10-23 Thread Michael Dudek (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14181160#comment-14181160
 ] 

Michael Dudek commented on CB-1574:
---

Please fix it, I have manually modify CordovaWebView.java by the same way as 
Keith Wong. This issue is reproducible at least on Samsung Galaxy S3.

 On Android 4.1 events are only sent on every second menu button press
 -

 Key: CB-1574
 URL: https://issues.apache.org/jira/browse/CB-1574
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 2.1.0
Reporter: Simon MacDonald
Assignee: Joe Bowser
Priority: Minor
 Fix For: 2.4.0


 I want to implement a custom menu in my phonegap app. I have added an 
 eventlistener for the menubutton event.
 When I press the menubutton the first time, it opens the menu. When I press 
 it again, I close the menu.
 Every time after that that I want to open the menu, I have to press the 
 menubutton twice (and to close, I have to press it also twice).
 When I check logcat:
 first press:  
 W/InputMethodManagerService(  315): Window already focused, ignoring focus 
 gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@421c95b8 
 attribute=null
 second press: 
 D/DroidGap(19858): 
 onMessage(onPrepareOptionsMenu,com.android.internal.view.menu.MenuBuilder@41db3150)
 D/CordovaWebView(19858):  loadUrlNow()
 D/CordovaLog(19858): MENUBUTTON PRESSED
 D/CordovaLog(19858): file:///android_asset/www/app.js: Line 2393 : MENUBUTTON 
 PRESSED
 I/Web Console(19858): MENUBUTTON PRESSED at 
 file:///android_asset/www/app.js:2393



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-1574) On Android 4.1 events are only sent on every second menu button press

2014-10-23 Thread Michael Dudek (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14181160#comment-14181160
 ] 

Michael Dudek edited comment on CB-1574 at 10/23/14 9:29 AM:
-

Please fix it, I have manually modify CordovaWebView.java by the same way as 
Keith Wong. This issue is reproducible at least on Samsung Galaxy S3 with 
Android 4.4.


was (Author: michael.dudek):
Please fix it, I have manually modify CordovaWebView.java by the same way as 
Keith Wong. This issue is reproducible at least on Samsung Galaxy S3.

 On Android 4.1 events are only sent on every second menu button press
 -

 Key: CB-1574
 URL: https://issues.apache.org/jira/browse/CB-1574
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 2.1.0
Reporter: Simon MacDonald
Assignee: Joe Bowser
Priority: Minor
 Fix For: 2.4.0


 I want to implement a custom menu in my phonegap app. I have added an 
 eventlistener for the menubutton event.
 When I press the menubutton the first time, it opens the menu. When I press 
 it again, I close the menu.
 Every time after that that I want to open the menu, I have to press the 
 menubutton twice (and to close, I have to press it also twice).
 When I check logcat:
 first press:  
 W/InputMethodManagerService(  315): Window already focused, ignoring focus 
 gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@421c95b8 
 attribute=null
 second press: 
 D/DroidGap(19858): 
 onMessage(onPrepareOptionsMenu,com.android.internal.view.menu.MenuBuilder@41db3150)
 D/CordovaWebView(19858):  loadUrlNow()
 D/CordovaLog(19858): MENUBUTTON PRESSED
 D/CordovaLog(19858): file:///android_asset/www/app.js: Line 2393 : MENUBUTTON 
 PRESSED
 I/Web Console(19858): MENUBUTTON PRESSED at 
 file:///android_asset/www/app.js:2393



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org