How to open .RD files on Android

To open .RD files on Android, there is no common native support for MDL RDfile on Android; if the file contains $RDFILE, transfer it to a desktop environment with CTfile/cheminformatics tools.

Step-by-step instructions

  1. There is no common native support for MDL RDfile on Android; if the file contains $RDFILE, transfer it to a desktop environment with CTfile/cheminformatics tools.
  2. If it is an R .Rd file (plain text), open it in a text editor; processing it into rendered documentation typically requires R.

Common issues

The .rd file opens as unreadable text or “gibberish”

This often happens when you open an MDL RDfile in a basic text editor without a chemistry tool that understands CTfile record structure, or when you expected an R .Rd file but received a chemical RDfile (or vice versa).

  1. Inspect the beginning of the file: look for an $RDFILE header to confirm an MDL RDfile; R .Rd files look like plain-text documentation with markup/macros.
  2. If it is an MDL RDfile, use CTfile/cheminformatics software intended for RDfile/reaction-data formats.
  3. If it is an R .Rd file, use R documentation tooling (or view it as text).

Wrong app is associated with .rd/.Rd on your system

Because .rd is ambiguous, your OS may associate it with an unrelated program, causing double-click to fail or open in the wrong tool.

  1. Use “Open with…” and pick the correct application for your file’s actual content (MDL RDfile tool vs. text editor/R tooling).
  2. If needed, change the default association only after you confirm which kind of .rd files you typically handle.

The file is missing reactions/data fields or fails to import

RDfiles are record-based and can be sensitive to truncation, encoding issues, or partial transfers; importers may also expect specific CTfile conventions described in the specifications.

  1. Re-download or re-export the file from the original system to rule out corruption/truncation.
  2. Validate the file structure against the RDfile references (e.g., presence of $RDFILE and expected record structure) and try a different CTfile-capable tool if available.

Security note

Treat MDL RDfiles as untrusted input when they come from outside your organization: they are parsed by specialized chemistry software, and malformed files can trigger bugs in file parsers.

Back to .RD extension page