Maybe you need to add the package ABC to your project while building.

qitao song

On 12月9日, 下午6时58分, NITIN GUPTA <[email protected]> wrote:
> Hi All,
>
> I have created an .apk package in which one service is created..suppose
> testservice.java and contains package ABC ..i am importing this service to
> one directory where i am  trying to create the jar file.. it is giving build
> time error like following
>
> [1]package ABC does not exist
> [2]cannot find symbol
> symbol  : class testservice
>
> code looks like as below one in jar file code
>
> import ABC testservice;
>
> setClassName(context,testservice.class.getName());
>
> Could you please tell if i am missing something or something else need to be
> done. please give your suggestion ?
>
> Regards
> Nitin

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to