New android SDK 17 issue in my app?

后端 未结 3 749
时光说笑
时光说笑 2020-12-22 03:56

Today i was update my android sdk to new android adk-17 . i am facing some problems in this, that is unable to show AddMob in my app, if i remove addmob in the code able to

3条回答
  •  鱼传尺愫
    2020-12-22 04:19

    when I updated my SDK it was total mess. Well, the only I had to change was the PATH in Environment Variables.

    http://developer.android.com/sdk/installing.html :

    Adding both tools/ and platform-tools/ to your PATH lets you run command line tools without needing to supply the full path to the tool directories. Depending on your operating system, you can include these directories in your PATH in the following way: On Windows, right-click on My Computer, and select Properties. Under the Advanced tab, hit the Environment Variables button, and in the dialog that comes up, double-click on Path (under System Variables). Add the full path to the tools/ and platform-tools/ directories to the path. On Linux, edit your ~/.bash_profile or ~/.bashrc file. Look for a line that sets the PATH environment variable and add the full path to the tools/ and platform-tools/ directories to it. If you don't see a line setting the path, you can add one: export PATH=${PATH}:/tools:/platform-tools On a Mac OS X, look in your home directory for .bash_profile and proceed as for Linux. You can create the .bash_profile if you don't already have one.

提交回复
热议问题