We Want to Hear From You! What Do You Want to See on the Community? Tell us here!

Forum Discussion

PIXIP's avatar
PIXIP
Explorer | Level 4
3 years ago

Specification '\dropbox-sdk-java\generated_stone_source\main\src' must have a .stone extension

After importing the dropbox-sdk-java example from the official GitHub into Android Studio I get this building and trying to run it:

 

Specification 'C:\Users\XXX\StudioProjects\dropbox-sdk-java\dropbox-sdk-java\generated_stone_source\main\src' must have a .stone extension.

Execution failed for task ':dropbox-sdk-java:generateStone'.

Process 'command 'python'' finished with non-zero exit value 1

 

Android Studio version is Electric Eel

7 Replies

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    3 years ago

    [Cross-linking for reference: https://stackoverflow.com/questions/75633261/specification-dropbox-sdk-java-generated-stone-source-main-src-must-have-a-s ]

     

    PIXIP Have you or do you need to make any changes to the Java SDK project? If you don't need to make changes we recommend that you don't build from source. If you don't need to make changes it's much easier to use one of the pre-built releases, e.g., via Maven or Gradle as documented here.

  • PIXIP's avatar
    PIXIP
    Explorer | Level 4
    3 years ago

    No need to change anything in the SDK

    I literally just cloned it from https://github.com/dropbox/dropbox-sdk-java and then built it and tried to run examples.android on both a default AVD (API 33) and a physical device

    Python version is 3.10.10

  • Здравко's avatar
    Здравко
    Legendary | Level 20
    3 years ago

    Hi again PIXIP,

    You just enlightened a bug in Dropbox Java SDK. 😁

    Yes, Dropbox rely on deprecated packages for a long time.  Actually since Python3.3, some of the packages used here are designated as deprecated. In Python3.9 those packages are already dropped. 🤷 That's where your error comes from. Let's hope Dropbox developers will fix it soon. In meantime, as a workaround, you can install Python 3.8 and use it. 😉 Make sure that python command exists and points the correct executable (sometimes only python3 exists; create proper link if needed too).

    Hope this helps to some extent.

  • PIXIP's avatar
    PIXIP
    Explorer | Level 4
    3 years ago

    So I uninstalled Python 3.10.10 and installed 3.8.10

     

    This is the build log (with --info command):

    C:\Users\XXX\StudioProjects\dropbox-sdk-java-latest\dropbox-sdk-java\stone\stone\cli.py:8: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
    import imp # pylint: disable=deprecated-module
    Traceback (most recent call last):
    File "C:\Users\XXX\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
    File "C:\Users\XXX\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
    File "C:\Users\XXX\StudioProjects\dropbox-sdk-java-latest\dropbox-sdk-java\stone\stone\cli.py", line 13, in <module>
    import six
    ModuleNotFoundError: No module named 'six'
    :dropbox-sdk-java:generateStone (Thread[Execution worker Thread 3,5,main]) completed. Took 0.093 secs.
    Resolve mutations for :dropbox-sdk-java:processResources (Thread[Execution worker Thread 10,5,main]) started.
    Resolve mutations for :dropbox-sdk-java:processResources (Thread[Execution worker Thread 10,5,main]) completed. Took 0.0 secs.
    :dropbox-sdk-java:processResources (Thread[Execution worker Thread 8,5,main]) started.
    
    Execution failed for task ':dropbox-sdk-java:generateStone'.
    > Process 'command 'python'' finished with non-zero exit value 1
    

     

     

  • Здравко's avatar
    Здравко
    Legendary | Level 20
    3 years ago

    Здравко wrote:

    ...😉 Make sure that python command exists and points the correct executable (sometimes only python3 exists; create proper link if needed too).

    Hope this helps to some extent.


    PIXIP, Did you do it? 🤔 What actually happens when you type 'python' in terminal? (just for test) Also can be seen that you miss the 'six' package! Install it. 😉

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,036 PostsLatest Activity: 2 days ago
411 Following

The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!