XBMC-Android compilation
#16
(2014-02-07, 12:26)manoj Wrote: I am using NDK r9c
While you can use the latest SDK, you can not just use the latest NDK. Neither NDK r9b or NDK r9c is supported yet as per README.android

Again read http://raw2.github.com/xbmc/xbmc/master/...ME.android and do not assume that revision "r9" also means "r9b" and "r9c" too.

So you need to uninstall that newer NDK, and instead install the older NDK r9 (that is NDK revision 9 from July 2013), not newer revision.
Reply
#17
Now i have installed Ubuntu 64-bit on my computer and i have performed all the steps well before

# make -C tools/depends/target/xbmc

there was no error but when i ran this step (# make -C tools/depends/target/xbmc) i got error that

checking for nasm... no

configure : error : could not find a required program. Please check README for your platform.

make : ***[../../../..//libxbmc.so] Error 1

i checked README again and i found that same thing whatever README told, i executed i.e

# cd $HOME/xbmc-android/tools/depends
# ./bootstrap
# ./configure --with-tarballs=/opt/xbmc-tarballs --host=i686-linux-android --with-sdk-path=/opt/android-sdk-linux --with-ndk=/opt/android-ndk-r9 --with-toolchain=/opt/x86-linux-4.8-vanilla/android-14 --prefix=/opt/xbmc-depends

I am 100% sure i have chosen platform android-14. I do not know whats wrong.

Please anyone help me.

Thanks

Waiting for your reply..........
Reply
#18
Sir,
now i have installed Ubuntu 12.04 64-bit.

I did all the steps well without error before this step

# make -C tools/depends/target/xbmc

when i ran this (# make -C tools/depends/target/xbmc) command i got one error that
.....
......
checking for nasm... no

configure : error : could not find a required program. Please check README for your platform.

make : ***[../../../..//libxbmc.so] Error 1

i checked the README file and in README file for Android x86 is written that

x86:

./configure --with-tarballs=/opt/xbmc-tarballs

--host=i686-linux-android

--with-sdk-path=/opt/android-sdk-linux

--with-ndk=/opt/android-ndk-r9

--with-toolchain=/opt/x86-linux-4.8-vanilla/an

droid-14 --prefix=/opt/xbmc-depends

Everything is on same path but i am not able to understand whats going wrong.

please help me out.

Please reply someone

I am waiting for your Reply..........
Reply
#19
apt-get install nasm - this seems to be needed when Building for x86 android
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#20
Thanks for your help.

Sir, I installed it and now this step done well.

but at last step

# make apk

i got one error that

make[1]: /opt/android-sdk-linux/platform-tools/aapt: Command not found

make[1]: ***[extras] Error 127

i am not able to understand why it is not finding aapt command.

i am using OpenJDK 1.6.0_27
latest SDK i.e. r22.3 (latest version)
Android NDK r9
and installed ia32-libs

please help me

This is my last step

I am waiting for your Reply.........
Reply
#21
http://forum.xbmc.org/showthread.php?tid...pid1494725
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#22
(2014-02-11, 10:45)Memphiz Wrote: http://forum.xbmc.org/showthread.php?tid...pid1494725

sir i did all the steps whatever told in this link and when i again ran

# make apk

i got the same problem /opt/android-sdk-linux/platform-tools/aapt : command not found

then what to do.

Please Reply......
Reply
#23
manoj,

Google from time to time changes the location of the tools in the SDK.

I would recommend that you create links as described in the following thread.

http://forum.xbmc.org/showthread.php?tid=180197

Quote:It seems the most recent sdk changed the location of appt. It is now in sdk/build-tools/android-4.4

The easiest way for me to get past this may be to create a link under sdk/platform-tools.

make[1]: /home/adev/opt/adt-bundle-linux-x86_64-20131030/sdk/platform-tools/aapt: Command not found
make[1]: *** [extras] Error 127
make[1]: Leaving directory `/home/adev/xbmc-android/tools/android/packaging'
make: *** [apk] Error 2
For the record, I created a link to aapt and also dx.
Reply
#24
(2014-02-11, 16:05)rmcore Wrote: manoj,

Google from time to time changes the location of the tools in the SDK.

I would recommend that you create links as described in the following thread.

http://forum.xbmc.org/showthread.php?tid=180197

Quote:It seems the most recent sdk changed the location of appt. It is now in sdk/build-tools/android-4.4

The easiest way for me to get past this may be to create a link under sdk/platform-tools.

make[1]: /home/adev/opt/adt-bundle-linux-x86_64-20131030/sdk/platform-tools/aapt: Command not found
make[1]: *** [extras] Error 127
make[1]: Leaving directory `/home/adev/xbmc-android/tools/android/packaging'
make: *** [apk] Error 2
For the record, I created a link to aapt and also dx.


Thanks for your help.

I have done.

now i am executing my own XBMC
Reply
#25
And now you are an android dev ...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#26
(2014-02-13, 13:44)Memphiz Wrote: And now you are an android dev ...
ROFL. Wait for the next questions Wink
Reply
#27
Please reply... :p
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#28
(2014-02-14, 15:59)Memphiz Wrote: Please reply... :p

I have done
Reply
#29
Now i want to develop my own custom skin for XBMC so please can you give me any link for the step by step development tutorial.

I have already checked for XBMC skin tutorial but that is not step by step.

I want to know the full execution of any skin step by step.

I looked so many other skin sdd-ons but i did not understand.

so please can any one help me for skin development who is already working on it or worked on it.


Please reply........

Now i want to develop my own custom skin for XBMC so please can you give me any link for the step by step development tutorial.

I have already checked for XBMC skin tutorial but that is not step by step.

I want to know the full execution of any skin step by step.

I looked so many other skin sdd-ons but i did not understand.

so please can any one help me for skin development who is already working on it or worked on it.


Please reply........
Reply
#30
I think our support is over here. Whatever you really wanna do - do it by digging into the open sourced skins and try to figure it out on your own. Sorry but we are not in baby land here - its the developer forum.
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC-Android compilation0