Closed sreinst1 closed 10 years ago
Nothing has been changed that would affect that. This is caused by 1 of 2 things. It is either a dirty build and you need to do a make clean/make clobber or 2) this is caused by changes on the cm side of things and i havent updated my repo's in a few days. Regardless of which one is causing the issue, I will update my repo's and push them later this evening.
It must be (2) because I checked the source file from CM and it doesn't contains this method (showFileChooser).
It doesnt need to ... the actual part that returned the error message can be caused from an array of things...
On Thu, Jan 30, 2014 at 3:04 PM, Shlomy Reinstein notifications@github.comwrote:
It must be (2) because I checked the source file from CM and it doesn't contains this method (showFileChooser).
Reply to this email directly or view it on GitHubhttps://github.com/scotthartbti/android_frameworks_base/issues/14#issuecomment-33727125 .
I don't understand what you're saying. There are two problems:
On Thu, Jan 30, 2014 at 10:46 PM, scotthartbti notifications@github.comwrote:
It doesnt need to ... the actual part that returned the error message can be caused from an array of things...
On Thu, Jan 30, 2014 at 3:04 PM, Shlomy Reinstein notifications@github.comwrote:
It must be (2) because I checked the source file from CM and it doesn't contains this method (showFileChooser).
Reply to this email directly or view it on GitHub< https://github.com/scotthartbti/android_frameworks_base/issues/14#issuecomment-33727125
.
Reply to this email directly or view it on GitHubhttps://github.com/scotthartbti/android_frameworks_base/issues/14#issuecomment-33731413 .
The previous one is fixed, now I get this: target Java: Dialer (/home/shlomy/beanstalk/out/target/common/obj/APPS/Dialer_intermediates/classes) packages/apps/Dialer/../InCallUI/src/com/android/incalluibind/ServiceFactory.java:21: package com.android.dialer.omni does not exist import com.android.dialer.omni.PhoneNumberServiceImpl; ^
On Thu, Jan 30, 2014 at 11:00 PM, Shlomy Reinstein sreinst1@gmail.comwrote:
I don't understand what you're saying. There are two problems:
- There is no 'showFile...' method in the class of the member on which it is invoked.
- The signature of 'openFile...' and the parameters to 'showFile...' do not match.
On Thu, Jan 30, 2014 at 10:46 PM, scotthartbti notifications@github.comwrote:
It doesnt need to ... the actual part that returned the error message can be caused from an array of things...
On Thu, Jan 30, 2014 at 3:04 PM, Shlomy Reinstein notifications@github.comwrote:
It must be (2) because I checked the source file from CM and it doesn't contains this method (showFileChooser).
Reply to this email directly or view it on GitHub< https://github.com/scotthartbti/android_frameworks_base/issues/14#issuecomment-33727125
.
Reply to this email directly or view it on GitHubhttps://github.com/scotthartbti/android_frameworks_base/issues/14#issuecomment-33731413 .
Yes because i updated and pushed my repos. You got that message because i havent pushed the dialer package yet. Please refrain from using this reporting system for build issues such as the two previous ones. When you see the dialer package is updated, you will just need to repo sync and will be able to build.
FYI... pushed the dialer package updates. repo sync and build again and youll be fine.
Thanks. Is there somewhere else for posting build problems? בתאריך 31 בינו 2014 18:01, "scotthartbti" notifications@github.com כתב:
FYI... pushed the dialer package updates. repo sync and build again and youll be fine.
— Reply to this email directly or view it on GitHubhttps://github.com/scotthartbti/android_frameworks_base/issues/14#issuecomment-33806355 .
I think the following should be openFileChooser instead of showFileChooser.
target Java: webviewchromium (/home/shlomy/beanstalk/out/target/common/obj/JAVA_LIBRARIES/webviewchromium_intermediates/classes) frameworks/webview/chromium/java/com/android/webview/chromium/WebViewContentsClientAdapter.java:743: cannot find symbol symbol : method showFileChooser(android.webkit.ValueCallback<java.lang.String[]>,java.lang.String,boolean) location: class android.webkit.WebChromeClient mWebChromeClient.showFileChooser(uploadFilePathsCallback, ^ Note: Some input files use or override a deprecated API.