repo issue - Android Software Development

I've been unable to repo sync or repo init for 3 days now. I was able to do it before then. Is anyone else having this issue?

Related

New Ubuntu Update 10.10 Broke my SDK?

[Q] Hey guys, I just updated to Ubuntu 10.10 and now my SDK is gone! I tried to look into why it wasn't working and the software manager tool in Eclipse says that Android is installed. I don't even have any of the Android SDK buttons showing anymore? Can someone help a fellow dev?
[SOLVED] Go to the eclipse website, download Eclipse for linux, uninstall your old eclipse, extract your new eclipse wherever and go into the folder and click the application button titled eclipse. Then reinstall all the android stuff.
At the informal android developer's meetup tonight, there were two of us with this same problem.
One issue that I found was that PATH in .profile got broken.
We suspect that using the version of eclipse that came with ubuntu, rather than 3.5 downloaded directly from eclipse might also be causing problems.
I have the same problem; ellarsee, can you be more specific how you got it running again?
(what is .mprofile and where is it, for example? (Googling isn't helping me find out))
Same thing happened to me
Upgrade to Ubuntu 10.10 broken my Android SDK as well.
Is it possible the Java packages are not installed anymore in Ubuntu?
I tried this...
sudo apt-get install sun-java6-bin sun-java6-jre sun-java6-jdk
Updated a lot of stuff but Eclipse Android is still gone...
Does anyone have this figured out yet??????????????????????????????? I NEED TO GET MOVING ON SOME APPS! THIS IS SO FRUSTRATING!
Removal and re-install of ADT plugin does not help
This is the error that appeared in my project the first time I ran eclipse after the 10.10 upgrade from 10.04.
Code:
The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project
I attempted to fix the build path (Properties->Java Build Path) and noticed that
com.adroid.ide.eclipse.adt.ANDROID_FRAMEWORK was not checked. I checked it but this made no difference.
Going to try complete uninstall of eclipse...
It's still not working for me
Not .mprofile .profile, it's like .bashrc, a script that is run when you log in, and can set your $PATH variable, or other environment variables.
emacs ~/.profile
or
vi ~/.profile
should enable you to edit it.
Has anyone tried just a fresh reinstall of everything to work on android apps?
Someone asked about java, it's still in /usr/bin/java
SOLUTION
Can't post outside links. So you'll have to google the bug numbers I give.
Ubuntu bug is here: bugs.launchpad # 633198
This points at a debian bug: bugs.debian.org # 587657
Debian bug contains a workaround where you edit the file:
~/.eclipse/org.eclipse.platform_*/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
And you change the concurrent package location (I had too entries, I had to remove them both and insert the line in the debian bug)
and then things magically worked for me again!
Best of luck everyone
Someone else?
Someone else found a way to fix it?
Cuz, everything up till now didnt work for me

error: revision froyo in manifests not found??

Tried downloading source from google source after reinstalling linux today but got this error:
"error: revision froyo in manifests not found ..."
I think that this is a problem with ubuntu, I don't know, but I've redownloaded and reinstalled ubuntu a few times and installed all the updates (it would not let me compile without updating certain parts of the system).
Any help? I might be doing something wrong in the setup process..
Thanks in advance.
anyone?
(char)
-b froyo-plus-aosp
Thank you very much! It works!

[Q] Help with downloading CM source!!

I was trying to download the source from cynogen following this http://wiki.cyanogenmod.com/index.php?title=Compile_CyanogenMod_for_Emulator guide.
Everything is working fine, but the problem is the repo sync is taking TOOO long to complete. I have really slow net connect and power shut down problem and so i have downloaded the repo 3 times and before completing the synch power will go or the net will get disconnect and i have to start all over again.
So my question is
1.is there any way i could save the repo in parts so that the next time i sync i dont have to start it all over again.
It should be saving it automatically...check the directory you repo initialized in (~/android/system/) There should be more than a handful of folders in there, all of which came from the 'repo sync'
I know that the first time I downloaded CM source I was tethering so the connection cut a few times, spit out some errors, and returned me to the command line ($)
All I had to do was type in 'repo sync' again and it'd check the projects then continue where it needed.
Example:
I 'repo sync' and get to 27% (63/233) and it suddenly stops and returns me to ($)
All I would have to do is re-enter the command 'repo sync' again to continue where I left off - It will fetch the projects completed and start to download what's remaining
And btw, the first sync does take quite a bit of time to say the least
Good luck
EDIT:
one more thing, on the CM Wiki it gives the command:
Code:
repo sync -j16
The
Code:
-j N
option specifies how many projects it's downloading at once. So, since you stated your internet wasn't the fastest I would recommend just entering the command:
Code:
repo sync
Hope this helps
Thanks for the reply.. I installed a virtual ubuntu os in my office system and downloaded all they have good connect and its free. Now will move them to my home pc /android/system folder.. One ways your answer helped me understand that i can move files to another pc to instead of downloading it again.
Thanks

[Q] Building CyanogenMod 12 for mako

Hi!
I'm trying to build CM12 for Nexus 4 (mako).
I'm using a MacBook Pro running OS X 10.10 Yosemite.
In the past I managed to build CM11 on that computer, though I was using 10.8 I that time.
Currently I manage to run
Code:
breakfast mako
successfully, but the compilation itself fails.
I pulled all the proprietary blobs from my device (which already runs CM12).
I'm attaching my build log - It's not long...
I think the line that failed the build was
Code:
make: *** [/Volumes/android/cm-12.0/out/host/darwin-x86/obj32/EXECUTABLES/mkbootfs_intermediates/mkbootfs.o] Error 1
Any ideas how to solve this issue?

Error when building ROM

I'm currently trying to build a rom on my PC running Ubuntu. I have synced the repo and I am using LineageOS device tree and kernel tree.
The text doesn't seem to have appeared on the main post.
I have to post it on pastebin
https://pastebin.com/h3TtmEHe

Categories

Resources