bettybop68 / android-rcs-ims-stack

Automatically exported from code.google.com/p/android-rcs-ims-stack
0 stars 1 forks source link

No Activity found to handle Intent { act=com.orangelabs.rcs.SETTINGS } #96

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I am creating single RCSRI apk by linking SettingDisplay and Provisioning as 
libraries. It is building fine but after launching on target and clicking on 
Settings button, it is giving following exception:

01-13 17:09:14.450: E/ActivityThread(11560): Failed to find provider info for 
com.orangelabs.rcs.settings

What steps will reproduce the problem?
1. Install the new RCS RI apk on device 
2. Click on Settings button ==> you can see the exception
3.

What is the expected output? What do you see instead?
01-13 17:09:16.120: E/AndroidRuntime(11560): 
android.content.ActivityNotFoundException: No Activity found to handle Intent { 
act=com.orangelabs.rcs.SETTINGS }

What version of the product are you using? On what operating system?
2.4.12

Please provide any additional information below.
Attached the logcat logs.

Original issue reported on code.google.com by appapur...@gmail.com on 13 Jan 2013 at 11:53

Attachments:

GoogleCodeExporter commented 8 years ago
You should also install the core stack which offers the settings activity.

Original comment by jmauffret@gmail.com on 13 Jan 2013 at 12:11

GoogleCodeExporter commented 8 years ago
Comment 1 by project member jmauffret@gmail.com, Jan 13 (2 days ago)
You should also install the core stack which offers the settings activity.
==>
RajaA: 
Thanks for your reply.
It is true, but while building the RCS RI apk, I am linking the 
SettingsDisplay(Core stack) linking as library to RCS RI apk.
Still do I require to install the core stack?

Original comment by appapur...@gmail.com on 15 Jan 2013 at 5:46

GoogleCodeExporter commented 8 years ago
hi jmauffret,
I am looking for your update.
Thanks,
RajaA.

Original comment by appapur...@gmail.com on 17 Jan 2013 at 6:12

GoogleCodeExporter commented 8 years ago
How to build the different element :
1- build the core stack.
2- build the rcs api jar fike via the script
3- build RI, provisionning or any other app by using the rcs api jar file as an 
input.

Original comment by jmauffret@gmail.com on 17 Jan 2013 at 7:43

GoogleCodeExporter commented 8 years ago
Hi,

I am able to compile the core but I failed to create the rcs_api.jar using 
script on windows. Below are the errors

C:\Users\RajaA\Desktop\rcs\RCSeClient\ClientCodeBase\core>cd ..\core

C:\Users\RajaA\Desktop\rcs\RCSeClient\ClientCodeBase\core>C:\Users\RajaA\Downloa
ds\apache-ant-1.8.4\bin\ant -f build-local.xml api
Buildfile: C:\Users\RajaA\Desktop\rcs\RCSeClient\ClientCodeBase\core\build-local
.xml

api:
     [echo] Generate ../core/rcs_api.jar file
   [delete] Deleting: C:\Users\RajaA\Desktop\rcs\RCSeClient\ClientCodeBase\core\
rcs_api.jar
      [jar] Building MANIFEST-only jar: C:\Users\RajaA\Desktop\rcs\RCSeClient\Cl
ientCodeBase\core\rcs_api.jar

BUILD SUCCESSFUL
Total time: 0 seconds

C:\Users\RajaA\Desktop\rcs\RCSeClient\ClientCodeBase\core>

It seems build script is not selecting correct java version?
Please suggest solution for this.

Thanks,
RajaA

Original comment by appapur...@gmail.com on 20 Jan 2013 at 8:56