SDK 설치 및 SDB관련

SDK를 설치한 후 기기를 PC와 연결시 Samsung SDB라는 장치로 인식을 하난 해당 드라이버 설치가 되지않아서 SDB와 연결되지 않으며, SDB를 통해 개발작업을 진행할수없습니다.

(error MSG : target not foun)

 

별도의 SDB드라이버가 있는건가요? 아니면 SDK설치시 자동으로 같이 설치되는 부분인가요?

 

현재 SDK window32-v2.2.71 을 설치하였습니다.

그리고, SDK현재 설치된 버전을 삭제 후 재설치하려 하였으나 하기의 메세지 발생후 설치가 되지 않습니다.

(cannot excute java even if it was installed. check environment variables or java version(over 1.6) please)

 

현재 PC에 java는 버전 8 업데이트 11(빌드 1.8.0_11-b12)가 설치되어있습니다.

 

 

Responses

1 Replies
Masum Talukder

Hello,

Regarding the "Target Not found" issue:

The sdb is installed while installing the SDK. So no need to install the SDB.

Sometimes there may be some problem in detecting the target, so better to install Samsung USB drivers again and try reconnecting.

Regarding the Java issue:

Check 2 things:

1. Install the latest java version from online.

2. Check the java.exe location is added in the environment variable.

 

thanks...