Re: [TUTORIAL] Setting up and Compiling JB and ICS from AOSP
I got this error when on make cmd
Code:
find: `src': No such file or directory
build/core/base_rules.mk:171: *** vendor/widevine/maguro/proprietary: MODULE.TARGET.SHARED_LIBRARIES.libdrmdecrypt already defined by hardware/ti/omap4xxx/libdrmdecrypt. Stop.
How to solve?
Sent from my Galaxy Nexus using xda app-developers app
If you like my works,please DONATE to me.Thanks
Support my work by buying pro version Mine:Galaxy Nexus
Bootloader Unlocked
Re: [TUTORIAL] Setting up and Compiling JB and ICS from AOSP
Quote:
Originally Posted by svprm
I got this error when on make cmd
Code:
find: `src': No such file or directory
build/core/base_rules.mk:171: *** vendor/widevine/maguro/proprietary: MODULE.TARGET.SHARED_LIBRARIES.libdrmdecrypt already defined by hardware/ti/omap4xxx/libdrmdecrypt. Stop.
How to solve?
Sent from my Galaxy Nexus using xda app-developers app
You can ignore the src error... the ROM will be just fine. If you don't have the widevine binaries, you need to get them, and include them in the build. You'll need all of the binaries for a fully functional build.
You can ignore the src error... the ROM will be just fine. Of you don't have the widevine binaries, you need to get them, and include them in the build. You'll need all of the binaries for a fully functional build.
maguro/custom-JDQ39/custom#3.0.31/XXLH1
manta/custom-JDQ39/stock#3.4.5
tf201/cm10-NIGHTLY#20120820/stock#2.6.39.4
XDA forum rules here
bug report? logcat and /proc/kmsg, or it "never happened". How TO Ask questions on the Internet
aosp-maguro READFIRST here(credit: efrant)
aosp-gnex READSECOND here(credit: efrant)
--------------------------------------------------------------- | Team AK // Project Chicago Moderator | --------------------------------------------------------------- Want to join?ReadTHIS
Re: [TUTORIAL] Setting up and Compiling JB and ICS from AOSP
Now I'm facing this error.
Code:
frameworks/base/wifi/java/android/net/wifi/p2p/WifiP2pService.java:1442: cannot find symbol
symbol : class TextView
location: class android.net.wifi.p2p.WifiP2pService.P2pStateMachine
((TextView) row.findViewById(R.id.value)).setText(value);
^
frameworks/base/wifi/java/android/net/wifi/p2p/WifiP2pService.java:1475: inconvertible types
found : android.view.View
required: android.widget.EditText
final EditText pin = (EditText) textEntryView.findViewById(R.id.wifi_p2p_wps_pin);
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1167 errors
make: *** [out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes-full-debug.jar] Error 41
After I updated the Java SDK to 1.6.0.41.
Again facing the same problem.
Sent from my Galaxy Nexus using xda app-developers app
If you like my works,please DONATE to me.Thanks
Support my work by buying pro version Mine:Galaxy Nexus
Bootloader Unlocked
frameworks/base/wifi/java/android/net/wifi/p2p/WifiP2pService.java:1442: cannot find symbol
symbol : class TextView
location: class android.net.wifi.p2p.WifiP2pService.P2pStateMachine
((TextView) row.findViewById(R.id.value)).setText(value);
^
frameworks/base/wifi/java/android/net/wifi/p2p/WifiP2pService.java:1475: inconvertible types
found : android.view.View
required: android.widget.EditText
final EditText pin = (EditText) textEntryView.findViewById(R.id.wifi_p2p_wps_pin);
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1167 errors
make: *** [out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes-full-debug.jar] Error 41
After I updated the Java SDK to 1.6.0.41.
Again facing the same problem.
Sent from my Galaxy Nexus using xda app-developers app
to file frameworks/base/wifi/java/android/net/wifi/p2p/WifiP2pService.java, commit your changes and rebuild?
-----
EDIT: Anyone not being able to sync device trees? switch to 'jb-mr1-dev-plus-aosp', it's the state of the AOSP master branch when it was merged with google's internal tree (which then gave birth to android-4.2.2_r1): it will have the device trees.
maguro/custom-JDQ39/custom#3.0.31/XXLH1
manta/custom-JDQ39/stock#3.4.5
tf201/cm10-NIGHTLY#20120820/stock#2.6.39.4
XDA forum rules here
bug report? logcat and /proc/kmsg, or it "never happened". How TO Ask questions on the Internet
aosp-maguro READFIRST here(credit: efrant)
aosp-gnex READSECOND here(credit: efrant)
It already having that two line.
Also it showing error from various Java files.
Any other solution?
Sent from my Galaxy Nexus using xda app-developers app
various java files? this may be related to java version. Are you using openjdk or sun's jdk?
Please see this commit, it may be worth pulling it to relax java, as I don't know exactly what version you're using.
-------
Tip: to minimize the size of the source tree when downloading it first time:
- 'repo init' will create a hidden folder at the top of the build tree, which contains
Code:
tango% ls -othr .repo
total 24K
drwxr-xr-x 7 bk201 4.0K Feb 25 04:02 repo
lrwxrwxrwx 1 bk201 21 Feb 25 04:02 manifest.xml -> manifests/default.xml
drwxr-xr-x 9 bk201 4.0K Feb 25 04:03 manifests.git
drwxr-xr-x 3 bk201 4.0K Feb 25 04:31 manifests
drwxr-xr-x 24 bk201 4.0K Feb 25 07:04 projects
-rw-r--r-- 1 bk201 6.9K Feb 25 07:15 project.list
- before doing 'repo sync', edit .repo/manifest.xml and remove the projects you don't need; for example, since i only build on Linux, for manta and maguro, i removed projects android_device_samsung_toro, android_device_samsung_toroplus, the mac toolchains, clang support for mac;
Brings down the size of the build tree to 13.7GB.
maguro/custom-JDQ39/custom#3.0.31/XXLH1
manta/custom-JDQ39/stock#3.4.5
tf201/cm10-NIGHTLY#20120820/stock#2.6.39.4
XDA forum rules here
bug report? logcat and /proc/kmsg, or it "never happened". How TO Ask questions on the Internet
aosp-maguro READFIRST here(credit: efrant)
aosp-gnex READSECOND here(credit: efrant)
--------------------------------------------------------------- | Team AK // Project Chicago Moderator | --------------------------------------------------------------- Want to join?ReadTHIS
After reading about Dan Rosenberg’s bootloader exploit for the Samsung Galaxy S 4,I … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?