Eclipse

Discussion in 'Technical Discussion' started by projects353mobile, Oct 27, 2015.

  1. projects353mobile

    projects353mobile Boxer

    Joined:
    Oct 5, 2015
    Messages:
    16
    Likes Received:
    0
    Hello All-

    I am fairly proficient with Xcode/AppStore but have limited knowledge using Eclipse and GooglePlay. No problem exporting to iOS...GooglePlay using Eclipse is a different story. I have been watching a video on this posted by Ramiucef, but need additional help. Does anyone have some good resources or videos they can recommend?

    I am getting the declared package does not match expected package error. Its probably an easy fix :)

    - Syntax error on token ".353", . expected

    - The declared package "com" does not match the expected package

    - The declared package "com" does not match the expected package ""
     
  2. Andy

    Andy Miniboss Boxer

    Joined:
    Sep 24, 2015
    Messages:
    2,152
    Likes Received:
    1,546
    Java packages names (on Android your Bundle ID is one) cannot start with a number. so you need to prefix 353 with a lowercase letter or an underscore.
     
  3. jcalle

    jcalle Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,193
    Likes Received:
    541

Share This Page