telegram-s / telegram-api-old

Telegram Api library for java
MIT License
138 stars 64 forks source link

import project #38

Open moosavimaleki opened 9 years ago

moosavimaleki commented 9 years ago

hi sorry ! i cant import project into IntellijIDEA

i use this repository : https://github.com/telegram-s/telegram-api

in readme :

Building from source code

Project definded and gradle and expected to use IntelliJ IDEA 13 (now it is Beta) as IDE.

    Checkout this repository to telegram-api folder
    Checkout mtproto java implementation to mtproto folder
    Checkout tl core library to tl-core folder
    Execute gradle build at telegram-api folder

and my folder:

telegram-api-master------|
                        |
                        |
                        |---telegram-api|
                        |               |
                        |               |----telegram-api
                        |               |----telegram-sample
                        |               |----gradle
                        |               |...
                        |
                        |----mtproto|...
                        |           |...
                        |
                        |----tl-core|...
                        |           |...

i want use telegram-sample and import it to intellijIDEA and test it but i can't :(

thank :|